Files
plandex-ai--plandex/app/server/migrations/2024092100_remove_trial_fields.down.sql
T
2026-07-13 13:33:09 +08:00

2 lines
145 B
SQL

ALTER TABLE auth_tokens ADD COLUMN is_trial BOOLEAN NOT NULL DEFAULT FALSE;
ALTER TABLE users ADD COLUMN is_trial BOOLEAN NOT NULL DEFAULT FALSE;