diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-12-07 19:08:06 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-12-07 19:08:06 +0100 |
commit | 3d772413a194c5b33d4202285d46b285920c475b (patch) | |
tree | b28802aa22cc489fe26019ebe58af7c3e38561a6 /sql/update_16.sql | |
parent | 39081f84a402aebb52d98a43e4675c90135cea9b (diff) | |
download | ts3db_postgres-3d772413a194c5b33d4202285d46b285920c475b.tar.gz ts3db_postgres-3d772413a194c5b33d4202285d46b285920c475b.tar.xz ts3db_postgres-3d772413a194c5b33d4202285d46b285920c475b.zip |
modified sql statements to work with postgresql
Diffstat (limited to 'sql/update_16.sql')
-rw-r--r-- | sql/update_16.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |