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

2 lines
85 B
SQL

ALTER TABLE auth_tokens DROP COLUMN is_trial;
ALTER TABLE users DROP COLUMN is_trial;