-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pindexer: repair SQL syntax for create type/create domain (#4760)
Fixes some SQL statements in the prior commit which were not valid postgres. - [ ] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > Only indexer changes. --------- Co-authored-by: Conor Schaefer <[email protected]> Co-authored-by: Lucas Meier <[email protected]>
- Loading branch information
1 parent
304b114
commit 145e959
Showing
3 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,6 +129,7 @@ | |
protobuf | ||
rocksdb | ||
rsync | ||
sqlfluff | ||
]; | ||
shellHook = '' | ||
export LIBCLANG_PATH=${LIBCLANG_PATH} | ||
|