-- add admin flag to users ALTER TABLE users ADD COLUMN is_admin INTEGER NOT NULL DEFAULT 0;