Changeset 15956 for trunk/install
- Timestamp:
- 02/07/12 00:47:56 (4 months ago)
- File:
-
- 1 edited
-
trunk/install/sql/v70.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/sql/v70.sql
r15953 r15956 214 214 -- Dumping data for tables `sys_options_types` 215 215 -- 216 INSERT INTO `sys_options_types`(`group`, `name`, `caption`, `icon`, `order`) VALUES ('system', 'system', '_adm_stg_cpt_type_system', 'mi-s ystem.png', 1);216 INSERT INTO `sys_options_types`(`group`, `name`, `caption`, `icon`, `order`) VALUES ('system', 'system', '_adm_stg_cpt_type_system', 'mi-stg-system.png', 1); 217 217 SET @iTypeId = LAST_INSERT_ID(); 218 218
Note: See TracChangeset
for help on using the changeset viewer.