2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Merged from internetcomplete

This commit is contained in:
Adam Zammit
2013-03-08 11:55:48 +11:00
5 changed files with 164 additions and 4 deletions

View File

@@ -1600,6 +1600,7 @@ CREATE TABLE `sample_import` (
`description` varchar(255) collate utf8_unicode_ci NOT NULL,
`call_restrict` tinyint(1) NOT NULL default '1',
`refusal_conversion` tinyint(1) NOT NULL default '1',
`enabled` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`sample_import_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;