support of reqid field in SQL database

This commit is contained in:
Andreas Steffen
2010-12-05 11:21:40 +01:00
parent e150442bed
commit 2da636fd9b
4 changed files with 11 additions and 7 deletions
+1
View File
@@ -24,6 +24,7 @@ CREATE TABLE `child_configs` (
`dpd_action` tinyint(4) unsigned NOT NULL default '0',
`close_action` tinyint(4) unsigned NOT NULL default '0',
`ipcomp` tinyint(4) unsigned NOT NULL default '0',
`reqid` mediumint(8) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
INDEX (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;