mirror of https://github.com/sipwise/db-schema.git
Allows to identify firmwares by a given tag, if the firmware consists of multiple files and the phone fetches them by hardcoded names. Change-Id: I5325895da642d306c92ab1e03264ba128cc295a6changes/90/22890/1
parent
0a4421e807
commit
5cf414ca22
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE autoprov_firmwares DROP COLUMN tag;
|
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE autoprov_firmwares ADD COLUMN tag VARCHAR(255) DEFAULT NULL;
|
Loading…
Reference in new issue