drop tie column

This commit is contained in:
Nick Griffey 2024-01-27 12:10:48 -06:00
parent d4729206da
commit 498b3ba308
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
begin;
alter table awardsplayers drop column "tie";
commit;