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#167 from xiangmy21/dev
Browse files Browse the repository at this point in the history
fix(contest): contest_name -> fullname
  • Loading branch information
xiangmy21 authored Apr 7, 2024
2 parents bfa347c + 663662a commit 958a339
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -155,7 +155,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -173,7 +173,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -191,7 +191,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -209,7 +209,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -228,7 +228,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -250,7 +250,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -272,7 +272,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand All @@ -294,7 +294,7 @@
columns:
- arena_switch
- code_upload_switch
- contest_name
- fullname
- contest_type
- description
- end_date
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."contest" rename column "fullname" to "contest_name";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."contest" rename column "contest_name" to "fullname";

0 comments on commit 958a339

Please sign in to comment.