3 lines
66 B
SQL
3 lines
66 B
SQL
|
|
ALTER TABLE articles
|
||
|
|
DROP COLUMN IF EXISTS wizard_state_json;
|