Bug 21520: (RM follow-up) Reduce added constraints
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
eed6cc84c3
commit
2dc48d0988
1 changed files with 2 additions and 2 deletions
|
@ -1219,8 +1219,8 @@ CREATE TABLE `oai_sets_descriptions` (
|
|||
DROP TABLE IF EXISTS `oai_sets_mappings`;
|
||||
CREATE TABLE `oai_sets_mappings` (
|
||||
`set_id` int(11) NOT NULL,
|
||||
`rule_order` int NOT NULL,
|
||||
`rule_operator` varchar(3) NOT NULL default 'or',
|
||||
`rule_order` int NULL,
|
||||
`rule_operator` varchar(3) NULL,
|
||||
`marcfield` char(3) NOT NULL,
|
||||
`marcsubfield` char(1) NOT NULL,
|
||||
`operator` varchar(8) NOT NULL default 'equal',
|
||||
|
|
Loading…
Reference in a new issue