2 lines
78 B
SQL
2 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;
|