Skip to content

Commit

Permalink
add atlas migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Feb 2, 2025
1 parent 0b92b8c commit c8b0f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ent/migrate/migrations/20250202155247_migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Modify "nodes" table
ALTER TABLE "nodes" ALTER COLUMN "normalized_id" SET NOT NULL;
3 changes: 2 additions & 1 deletion ent/migrate/migrations/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1:XGnS8fZVhqC9/CRJB76OOslOYu0Wzr6YQtVCCkqLTWU=
h1:PtKdy0JKL4u+W7c4bkDBsyO9x6EDzT9ldCC1uVWNbNQ=
20240526144817_migration.sql h1:sP6keX+oMyLL2qpIFx0Ns0WYfWM5hJ4zkFPmLWT68fM=
20240528220411_migration.sql h1:SR44sOEaWbDgYCKJZIKcGCI7Ta+LqL71z225Nhs2+HM=
20240528221846_migration.sql h1:EkUonGI9Bu689qWX4pG3PRC+On4f6u7UvwDbaR8mCNk=
Expand All @@ -25,3 +25,4 @@ h1:XGnS8fZVhqC9/CRJB76OOslOYu0Wzr6YQtVCCkqLTWU=
20250113223458_migration.sql h1:/y9TETVsoKY2x0+rhT1DjTVJV/LghpK/RW4RMEhoVY0=
20250123210944_migration.sql h1:rgKGRZPgTXXBX7RUxEKDpk3X8MbDqJiU5981dg7bbbU=
20250202152731_migration.sql h1:j01qWkUwUQd91DqlFG/ewOIaX5ELDIgK2IcEFIUCslo=
20250202155247_migration.sql h1:IKFoZa4IP+ShR0fitNqQgJrlxjeL3oxBhFgF1jOn1eI=

0 comments on commit c8b0f7e

Please sign in to comment.