mirror of https://github.com/sipwise/db-schema.git
Add missing "WHERE" condition in DELETE statement. Change-Id: I780d99c464c1f45344c45d2b9897350696449868mr13.5
parent
37a7f99493
commit
6698a2c8ef
@ -1,3 +1,3 @@
|
||||
use provisioning;
|
||||
|
||||
DELETE FROM voip_preferences attribute = 'emergency_provider_info';
|
||||
DELETE FROM voip_preferences WHERE attribute = 'emergency_provider_info';
|
||||
|
||||
Loading…
Reference in new issue