Small-update-for-previous-commit

This commit is contained in:
Manish Verma
2016-10-19 14:05:45 +05:30
parent 0bde6a4b6e
commit 3586827dd1
4 changed files with 5 additions and 8 deletions

View File

@@ -2058,6 +2058,7 @@ CREATE TABLE IF NOT EXISTS `ticket_source` (
`id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`css_class` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;