Skip to content
Snippets Groups Projects
Commit de115b47 authored by LaKing's avatar LaKing
Browse files

Update on

parent 4c2c3630
No related branches found
No related tags found
No related merge requests found
......@@ -1151,6 +1151,7 @@ CREATE TABLE `web_domain` (
`backup_copies` INT NOT NULL DEFAULT '1',
`active` enum('n','y') NOT NULL default 'y',
`traffic_quota_lock` enum('n','y') NOT NULL default 'n',
`logs` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`domain_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1;
......
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