drop tie column

This commit is contained in:
2024-01-27 12:10:48 -06:00
parent d4729206da
commit 498b3ba308

View File

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