Changeset 1467
- Timestamp:
- 04/10/06 19:34:00 (7 years ago)
- Files:
-
- freepbx/trunk/upgrades/2.1beta1/tables.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/upgrades/2.1beta1/tables.sql
r1449 r1467 30 30 31 31 DELETE FROM modules WHERE modulename = 'applications'; 32 33 -- Force upgrade of FeatureCode modules due to 'in development' state of them 34 -- this can be removed when 'going live' 35 -- 36 37 UPDATE modules SET version = 0.0 WHERE modulename IN ('callwaiting','callforward','donotdisturb','infoservices','recordings');
