-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make normalized_node_id optional (#159)
Co-authored-by: James Kwon <[email protected]>
- Loading branch information
1 parent
09822a8
commit b8e4e46
Showing
8 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...e/migrations/20250128011017_migration.sql → ...e/migrations/20250202152731_migration.sql
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-- Modify "nodes" table | ||
ALTER TABLE "nodes" ADD COLUMN "normalized_id" text NOT NULL; | ||
ALTER TABLE "nodes" ADD COLUMN "normalized_id" text NULL; | ||
-- Create index "nodes_normalized_id_key" to table: "nodes" | ||
CREATE UNIQUE INDEX "nodes_normalized_id_key" ON "nodes" ("normalized_id"); |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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