Created
November 6, 2016 03:43
-
-
Save maxheadroom/ab4c455776887bccccc6809c59b054f5 to your computer and use it in GitHub Desktop.
Fix RoundCube DB issue for new users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE users MODIFY COLUMN preferences text NULL; | |
ALTER TABLE user MODIFY COLUMN alias VARCHAR(128) NOT NULL DEFAULT '{no alias}'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment