Files
pocket-id-pocket-id-1/backend/resources/migrations/postgres/20250412000000_add_user_disabled_field.up.sql

2 lines
83 B
MySQL
Raw Normal View History

ALTER TABLE users
ADD COLUMN IF NOT EXISTS disabled BOOLEAN DEFAULT FALSE NOT NULL;