This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kingdombattles/sql/update.sql
T

17 lines
163 B
SQL

ALTER TABLE
signups
ADD COLUMN
promotions BOOLEAN DEFAULT FALSE
AFTER
hash
;
ALTER TABLE
accounts
ADD COLUMN
promotions BOOLEAN DEFAULT FALSE
AFTER
hash
;