Skip to content

Commit

Permalink
Update install.sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Jun 27, 2018
1 parent e777fb3 commit 12cd644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_cck/install/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ INSERT IGNORE INTO `#__cck_core_fields` (`id`, `title`, `name`, `folder`, `type`
(73, 'Core Bool3', 'core_bool3', 3, 'select_simple', '', 0, 'clear', ' ', 3, '', '', '0', 'No=0||Yes=1', '', 0, 50, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 1, '', '', 'dev', '', '', '', 'bool3', '', '', '', 0, '0000-00-00 00:00:00'),
(74, 'Core Bool4', 'core_bool4', 3, 'select_simple', '', 0, 'clear', ' ', 3, '', '', '0', 'No=0||Yes=1', '', 0, 50, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 1, '', '', 'dev', '', '', '', 'bool4', '', '', '', 0, '0000-00-00 00:00:00'),
(75, 'Core Storage Alter', 'core_storage_alter', 3, 'checkbox', '', 0, 'Alter', ' ', 3, '', '', '0', 'Alter Table=1', '', 0, 50, 32, 0, 0, 0, 0, ',', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 1, '', '', 'dev', '', '', '', 'storage_alter', '', '', '', 0, '0000-00-00 00:00:00'),
(76, 'Core Storage Alter Type', 'core_storage_alter_type', 3, 'select_simple', '', 0, 'Alter', 'Select', 3, '', '', 'VARCHAR(255)', 'Datetime=DATETIME||Decimal 10 2=DECIMAL(10,2)||Decimal 10 3=DECIMAL(10,3)||Decimal 10 4=DECIMAL(10,4)||Decimal 10 8=DECIMAL(10,8)||Decimal 11 8=DECIMAL(11,8)||Int 11=INT(11)||Varchar 7=VARCHAR(7)||Varchar 50=VARCHAR(50)||Varchar 255=VARCHAR(255)||Varchar 512=VARCHAR(512)||Varchar 1024=VARCHAR(1024)||Varchar 2048=VARCHAR(2048)||Text=TEXT||Timestamp=TIMESTAMP||Tinyint 3=TINYINT(3)', '', 0, 50, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 1, '', '', 'dev', '', '', '', 'storage_alter_type', '', '', '', 0, '0000-00-00 00:00:00'),
(76, 'Core Storage Alter Type', 'core_storage_alter_type', 3, 'select_simple', '', 0, 'Alter', 'Select', 3, '', '', 'VARCHAR(255)', 'Boolean=BOOLEAN||Date=DATE||Datetime=DATETIME||Decimal 10 2=DECIMAL(10,2)||Decimal 10 3=DECIMAL(10,3)||Decimal 10 4=DECIMAL(10,4)||Decimal 10 8=DECIMAL(10,8)||Decimal 11 8=DECIMAL(11,8)||Int 11=INT(11)||Varchar 7=VARCHAR(7)||Varchar 50=VARCHAR(50)||Varchar 255=VARCHAR(255)||Varchar 512=VARCHAR(512)||Varchar 1024=VARCHAR(1024)||Varchar 2048=VARCHAR(2048)||Text=TEXT||Timestamp=TIMESTAMP||Tinyint 3=TINYINT(3)', '', 0, 50, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 1, '', '', 'dev', '', '', '', 'storage_alter_type', '', '', '', 0, '0000-00-00 00:00:00'),
(77, 'Core Options Value', 'core_options_value', 3, 'text', '', 0, 'Options Value', ' ', 3, '', '', '', '', '', 0, 50, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 0, '', '', 'dev', '', '', '', 'json[options2][value]', '', '', '', 0, '0000-00-00 00:00:00'),
(78, 'Core Options Name', 'core_options_name', 3, 'text', '', 0, 'Options Name', ' ', 3, '', '', '', '', '', 0, 50, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 0, '', '', 'dev', '', '', '', 'json[options2][name]', '', '', '', 0, '0000-00-00 00:00:00'),
(79, 'Core Options Where', 'core_options_where', 3, 'text', '', 0, 'Where', ' ', 3, '', '', '', '', '', 0, 0, 32, 0, 0, 0, 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 0, '', '', 'dev', '', '', '', 'json[options2][where]', '', '', '', 0, '0000-00-00 00:00:00'),
Expand Down

0 comments on commit 12cd644

Please sign in to comment.