Skip to content

Instantly share code, notes, and snippets.

@maxheadroom
Created November 6, 2016 03:43
Show Gist options
  • Save maxheadroom/ab4c455776887bccccc6809c59b054f5 to your computer and use it in GitHub Desktop.
Save maxheadroom/ab4c455776887bccccc6809c59b054f5 to your computer and use it in GitHub Desktop.
Fix RoundCube DB issue for new users
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