1 lines
68 B

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