ALTER TABLE ONLY users ALTER COLUMN lang SET DEFAULT 'en_GB';
ALTER TABLE users ADD COLUMN "priv_user" BOOLEAN DEFAULT FALSE;