add: purchased accounts
This commit is contained in:
parent
0aa2ea362f
commit
2ec8d86edf
22 changed files with 1279 additions and 124 deletions
5
sql_changes/users_awaiting_purchase.sql
Normal file
5
sql_changes/users_awaiting_purchase.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE users
|
||||
ADD COLUMN awaiting_purchase INT NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE users
|
||||
ADD COLUMN was_purchased INT NOT NULL DEFAULT 0;
|
Loading…
Add table
Add a link
Reference in a new issue