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

4 lines
80 B
SQL

-- Add up migration script here
ALTER TABLE users
ADD COLUMN active_token TEXT;