1 lines
65 B

ALTER TABLE users ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT 1;