diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-12-07 19:06:52 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-12-07 19:06:52 +0100 |
commit | 39081f84a402aebb52d98a43e4675c90135cea9b (patch) | |
tree | 9c188a70367774c721b745818b74d059f9ce119c /sql/update_16.sql | |
parent | 2397764dd0e5efa2b613fd22f6bf9c183d07160b (diff) | |
download | ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.tar.gz ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.tar.xz ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.zip |
added sql files
Diffstat (limited to '')
-rw-r--r-- | sql/update_16.sql | 3 |
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 |