diff options
author | Ted Trask <ttrask01@yahoo.com> | 2017-02-28 23:48:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2017-02-28 23:48:21 +0000 |
commit | 3c88235d959be50df07833317b2e2ab5d4bae70e (patch) | |
tree | fc9a78487d6da2b57f86949171f2a06fdbc54795 | |
parent | e3ad1f9eb256281ae56d97e6156f71d1ea1b0801 (diff) | |
download | acf-provisioning-3c88235d959be50df07833317b2e2ab5d4bae70e.tar.bz2 acf-provisioning-3c88235d959be50df07833317b2e2ab5d4bae70e.tar.xz |
Bump databaseversion to 12
-rw-r--r-- | provisioning-scripts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning-scripts.lua b/provisioning-scripts.lua index 03e0ecd..60e406a 100644 --- a/provisioning-scripts.lua +++ b/provisioning-scripts.lua @@ -1305,7 +1305,7 @@ mymodule.provisioning_params = { "INSERT INTO provisioning_params VALUES(default, 'softkey8', 'boolean', 'Soft Key 8 Enable', '', 'false', '308', '', null)", "INSERT INTO provisioning_params VALUES(default, 'softkey9', 'boolean', 'Soft Key 9 Enable', '', 'false', '309', '', null)", "INSERT INTO provisioning_params VALUES(default, 'softkey10', 'boolean', 'Soft Key 10 Enable', '', 'false', '310', '', null)", - "INSERT INTO provisioning_params VALUES(default, 'databaseversion', 'text', 'Provisioning Database Version', 'Do not edit or delete!', '11', '999', '', null)", + "INSERT INTO provisioning_params VALUES(default, 'databaseversion', 'text', 'Provisioning Database Version', 'Do not edit or delete!', '12', '999', '', null)", } -- All of the (non-default) parameter values for all devices are stored here |