Changeset 9985 for trunk/modules/boonex/events/install/sql/install.sql
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/events/install/sql/install.sql
r9984 r9985 152 152 153 153 -- category objects 154 INSERT INTO `sys_objects_categories` VALUES (NULL, 'bx_events', 'SELECT ` Categories` FROM `[db_prefix]main` WHERE `ID` = {iID} AND `Status` = ''approved''');155 156 INSERT INTO ` Categories` VALUES ('Events', '0', 'shared_photo', '0', 'active');157 158 INSERT INTO ` Categories` VALUES ('Party', '0', 'bx_events', '0', 'active');159 INSERT INTO ` Categories` VALUES ('Expedition', '0', 'bx_events', '0', 'active');160 INSERT INTO ` Categories` VALUES ('Presentation', '0', 'bx_events', '0', 'active');161 INSERT INTO ` Categories` VALUES ('Last Friday', '0', 'bx_events', '0', 'active');162 INSERT INTO ` Categories` VALUES ('Birthday', '0', 'bx_events', '0', 'active');163 INSERT INTO ` Categories` VALUES ('Exhibition', '0', 'bx_events', '0', 'active');164 INSERT INTO ` Categories` VALUES ('Bushwalking', '0', 'bx_events', '0', 'active');154 INSERT INTO `sys_objects_categories` VALUES (NULL, 'bx_events', 'SELECT `sys_categories` FROM `[db_prefix]main` WHERE `ID` = {iID} AND `Status` = ''approved'''); 155 156 INSERT INTO `sys_categories` VALUES ('Events', '0', 'shared_photo', '0', 'active'); 157 158 INSERT INTO `sys_categories` VALUES ('Party', '0', 'bx_events', '0', 'active'); 159 INSERT INTO `sys_categories` VALUES ('Expedition', '0', 'bx_events', '0', 'active'); 160 INSERT INTO `sys_categories` VALUES ('Presentation', '0', 'bx_events', '0', 'active'); 161 INSERT INTO `sys_categories` VALUES ('Last Friday', '0', 'bx_events', '0', 'active'); 162 INSERT INTO `sys_categories` VALUES ('Birthday', '0', 'bx_events', '0', 'active'); 163 INSERT INTO `sys_categories` VALUES ('Exhibition', '0', 'bx_events', '0', 'active'); 164 INSERT INTO `sys_categories` VALUES ('Bushwalking', '0', 'bx_events', '0', 'active'); 165 165 166 166 -- users actions
Note: See TracChangeset
for help on using the changeset viewer.