Add some 3nf corrections

This commit is contained in:
2024-01-26 22:43:10 -06:00
parent 5df67dfe74
commit fbd9e4b669
2 changed files with 5 additions and 1 deletions

3
sql/3nf/allstarfull.sql Normal file
View File

@@ -0,0 +1,3 @@
begin;
alter table allstarfull drop column "lgID";
commit;