Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
fix(contest): field name not null
Browse files Browse the repository at this point in the history
  • Loading branch information
FranGuam committed Mar 18, 2024
1 parent 12632b5 commit b82a91c
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"."contest" alter column "name" drop not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."contest" alter column "name" set not null;

0 comments on commit b82a91c

Please sign in to comment.