You've already forked AstralRinth
forked from didirus/AstralRinth
47020f34b6
* tax compliance adjustments * chore: query cache, clippy, fmt
3 lines
162 B
SQL
3 lines
162 B
SQL
ALTER TABLE users_compliance ADD COLUMN requires_manual_review BOOLEAN NOT NULL DEFAULT FALSE;
|
|
ALTER TABLE users_compliance ALTER COLUMN form_type DROP NOT NULL;
|