Skip to content

Commit

Permalink
squash and alter templated from to uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 13, 2024
1 parent 8356f99 commit 9cb68df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.

This file was deleted.

This file was deleted.

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";
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;

This file was deleted.

0 comments on commit 9cb68df

Please sign in to comment.