-- add can_invite flag to users; for beta retrict
ALTER TABLE users ADD COLUMN can_invite BOOLEAN NOT NULL DEFAULT true;