-- V4: Add must_change_password flag for admin-created users
ALTER TABLE users ADD COLUMN must_change_password BOOLEAN NOT NULL DEFAULT false;
