blogrss/migrations/0002_add_token_to_user.down.sql
Louis Hollingworth f671a5ba2f
User creation now possible!
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2024-01-14 16:49:36 +00:00

3 lines
78 B
SQL

-- Add down migration script here
ALTER TABLE users DROP COLUMN active_token;