Skip to content

Commit

Permalink
chore: Make flow.name column required
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jun 18, 2024
1 parent 8e303fe commit 0bdc1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."flows" alter column "name" drop not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."flows" alter column "name" set not null;

0 comments on commit 0bdc1f8

Please sign in to comment.