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

Commit

Permalink
Merge pull request eesast#157 from xiangmy21/dev
Browse files Browse the repository at this point in the history
fix: team_label nullable
  • Loading branch information
xiangmy21 authored Mar 24, 2024
2 parents a89f54b + 774b446 commit 07c6f40
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."contest_room_team" add column "team_label" text
-- not null;
-- alter table "public"."contest_room_team" add column "team_label" text
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
alter table "public"."contest_room_team" add column "team_label" text
not null;
alter table "public"."contest_room_team" add column "team_label" text;

This file was deleted.

This file was deleted.

0 comments on commit 07c6f40

Please sign in to comment.