Skip to content

Commit

Permalink
Add migration files for proof column
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Mar 24, 2024
1 parent d5284bd commit 24c67ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tf2bdd/migrations/002_proof_column.down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE player DROP COLUMN proof;
2 changes: 2 additions & 0 deletions tf2bdd/migrations/002_proof_column.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE player
ADD COLUMN proof TEXT default '';

0 comments on commit 24c67ca

Please sign in to comment.