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