change the up script, not the down script

remotes/svn/2.7
Richard Fuchs 13 years ago
parent f22ddf47ee
commit a638ebf4cb

@ -1 +1 @@
UPDATE provisioning.voip_preferences SET data_type = 'int', modify_timestamp='1970-01-01 00:00:00' where attribute = 'lock';
UPDATE provisioning.voip_preferences SET data_type = 'int' where attribute = 'lock';

@ -1 +1 @@
UPDATE provisioning.voip_preferences SET data_type = 'string' where attribute = 'lock';
UPDATE provisioning.voip_preferences SET data_type = 'string', modify_timestamp='1970-01-01 00:00:00' where attribute = 'lock';

Loading…
Cancel
Save