root/freepbx/trunk/upgrades/1.10.009beta2/vmprefix.sql

Revision 584, 102 bytes (checked in by rcourtna, 8 years ago)

AMP 008 fresh install was missing the VM_PREFIX field in globals. Make sure upgraders get it.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 DELETE FROM `globals` WHERE variable = 'VM_PREFIX';
2
3 INSERT INTO `globals` VALUES ('VM_PREFIX', '*');
Note: See TracBrowser for help on using the browser.