Skip to content
Snippets Groups Projects
Commit 91b176e6 authored by Marius Cramer's avatar Marius Cramer
Browse files

Inserted incremental sql from master branch

parent e39e91c8
No related branches found
No related tags found
2 merge requests!46Master,!39Stable 3.0.5
ALTER TABLE `mail_user` ADD `disablelmtp` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `disablelda` ;
ALTER TABLE `mail_user` CHANGE `uid` `uid` INT( 11 ) NOT NULL DEFAULT '5000', CHANGE `gid` `gid` INT( 11 ) NOT NULL DEFAULT '5000' ;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment