From 3d772413a194c5b33d4202285d46b285920c475b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 7 Dec 2011 19:08:06 +0100 Subject: modified sql statements to work with postgresql --- sql/update_16.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/update_16.sql') diff --git a/sql/update_16.sql b/sql/update_16.sql index 0ffe4f7..e237cd7 100644 --- a/sql/update_16.sql +++ b/sql/update_16.sql @@ -1,3 +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 +update instance_properties set string_id = '' \ No newline at end of file -- cgit v1.2.3