Skip to content
Snippets Groups Projects
Commit 4e43a84d authored by Florian Schaal's avatar Florian Schaal
Browse files

forgot the sql-incremental-file for mysql-quota

parent 0543b213
No related merge requests found
ALTER TABLE `client`
ADD `limit_database_quota` int(11) NOT NULL default '-1' AFTER `limit_database`;
ALTER TABLE `client_template`
ADD `limit_database_quota` int(11) NOT NULL default '-1' AFTER `limit_database`;
ALTER TABLE `web_database`
ADD `database_quota` int(11) unsigned DEFAULT NULL AFTER `database_name_prefix`,
ADD `last_quota_notification` date NULL default NULL;
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