3 lines
78 B
SQL
3 lines
78 B
SQL
-- Add down migration script here
|
|
ALTER TABLE users DROP COLUMN active_token;
|
-- Add down migration script here
|
|
ALTER TABLE users DROP COLUMN active_token;
|