-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash and alter templated from to uuid
- Loading branch information
Showing
5 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
hasura.planx.uk/migrations/1731498412695_add description column to flows/down.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
hasura.planx.uk/migrations/1731498412695_add description column to flows/up.sql
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...dd template from column to flows/down.sql → ...cription_templated_from_to_flows/down.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 +1,3 @@ | ||
alter table "public"."flows" drop column "description"; | ||
|
||
alter table "public"."flows" drop column "templated_from"; |
3 changes: 3 additions & 0 deletions
3
hasura.planx.uk/migrations/1731498412695_add_description_templated_from_to_flows/up.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
alter table "public"."flows" add column "description" text; | ||
|
||
alter table "public"."flows" add column "templated_from" uuid; |
1 change: 0 additions & 1 deletion
1
hasura.planx.uk/migrations/1731498447017_add template from column to flows/up.sql
This file was deleted.
Oops, something went wrong.