summaryrefslogtreecommitdiffstats
path: root/sql/update_16.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/update_16.sql')
-rw-r--r--sql/update_16.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/update_16.sql b/sql/update_16.sql
new file mode 100644
index 0000000..0ffe4f7
--- /dev/null
+++ b/sql/update_16.sql
@@ -0,0 +1,3 @@
+ALTER TABLE instance_properties ADD COLUMN string_id varchar(255);
+CREATE INDEX index_instance_properties_string_id ON instance_properties (string_id);
+update instance_properties set string_id = "" \ No newline at end of file