Changeset 9972 for trunk/modules/boonex/quotes/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/quotes/install/sql/uninstall.sql
r9888 r9972 7 7 DROP TABLE IF EXISTS `[db_prefix]units`; 8 8 9 DELETE FROM ` GlParams` WHERE `Name` = 'enable_daily_quotes';9 DELETE FROM `sys_options` WHERE `Name` = 'enable_daily_quotes'; 10 10 11 11 DELETE FROM `sys_injections` WHERE `sys_injections`.`name` = 'quotes_injection';
Note: See TracChangeset
for help on using the changeset viewer.