mirror of https://github.com/sipwise/db-schema.git
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…
Reference in new issue