View | Details | Raw Unified | Return to bug 2222
Collapse All | Expand All

(-)a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.sql (-1 / +2 lines)
Lines 1594-1599 INSERT IGNORE INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrari Link Here
1594
-- Contenu de la table `auth_subfield_structure`
1594
-- Contenu de la table `auth_subfield_structure`
1595
-- 
1595
-- 
1596
1596
1597
ALTER TABLE auth_subfield_structure ADD COLUMN frameworkcode varchar(10) NOT NULL DEFAULT ''; -- lazy temporary solution awaiting yaml migration
1597
INSERT IGNORE INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`, `defaultvalue`) VALUES
1598
INSERT IGNORE INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`, `defaultvalue`) VALUES
1598
  ('', '001', '@', 'tag 001', '', 0, 0, 0, '', '', NULL, NULL, 0, 0, NULL, '', NULL),
1599
  ('', '001', '@', 'tag 001', '', 0, 0, 0, '', '', NULL, NULL, 0, 0, NULL, '', NULL),
1599
  ('', '003', '@', 'ark', '', 0, 0, 0, '', '', NULL, 0, 0, 0, '', '', ''),
1600
  ('', '003', '@', 'ark', '', 0, 0, 0, '', '', NULL, 0, 0, 0, '', '', ''),
Lines 15595-15597 INSERT IGNORE INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsu Link Here
15595
  ('WORK', '886', '2', 'Code de système', '', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, '', NULL),
15596
  ('WORK', '886', '2', 'Code de système', '', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, '', NULL),
15596
  ('WORK', '886', 'a', 'Etiquette de la zone du format source', '', 1, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, '', NULL),
15597
  ('WORK', '886', 'a', 'Etiquette de la zone du format source', '', 1, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, '', NULL),
15597
  ('WORK', '886', 'b', 'Indicateurs et sous-zones de la zone du format source', '', 1, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, '', NULL);
15598
  ('WORK', '886', 'b', 'Indicateurs et sous-zones de la zone du format source', '', 1, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, '', NULL);
15598
- 
15599
ALTER TABLE auth_subfield_structure DROP COLUMN frameworkcode; -- lazy temporary solution awaiting yaml migration

Return to bug 2222