fix migration lol

pull/79/head
justcool393 2022-12-15 21:47:20 -06:00 committed by geese_suck
parent 8ad66f26ac
commit 1eb020fcc4
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
BEGIN
ALTER TABLE award_relationships ADD COLUMN price_paid NOT NULL DEFAULT 0;
ALTER TABLE award_relationships ADD COLUMN price_paid INTEGER NOT NULL DEFAULT 0;
ALTER TABLE award_relationships ALTER COLUMN kind SET NOT NULL;
-- populate existing awards, this should match the values in files/helpers/config/awards.py