Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20140524.auth.mfa.cache.sql
blob74d9d8304e3556a2b5c5f5cdc611b5999b147e5f
1 ALTER TABLE {$NAMESPACE}_user.user
2   ADD isEnrolledInMultiFactor BOOL NOT NULL DEFAULT 0;