We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403b2d2 commit dd8869cCopy full SHA for dd8869c
1 file changed
hasura/migrations/default/1756828494047_mutli_stage_tournaments/down.sql
@@ -1,5 +1,5 @@
1
alter table "public"."tournament_teams" drop column if exists "created_at";
2
alter table "public"."tournament_stages" drop column if exists "groups";
3
alter table "public"."tournament_brackets" drop column if exists "group";
4
-alter table "public"."tournament_brackets" drop column if exists "bye" boolean;
+alter table "public"."tournament_brackets" drop column if exists "bye";
5
alter table "public"."tournament_brackets" drop column if exists "scheduled_eta";
0 commit comments