diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2014-10-09 00:37:36 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2014-10-09 00:43:34 +0200 |
commit | 6e67f7db177ba29080722601c44af570154d2005 (patch) | |
tree | 97e71febbe420b7cb69cb76c8c9e50610b247ee1 /sql/update_20.sql | |
parent | d03126200a1ed3db14ba06406a7a9f7309c44738 (diff) | |
download | ts3db_postgres-master.tar.gz ts3db_postgres-master.tar.xz ts3db_postgres-master.zip |
Diffstat (limited to 'sql/update_20.sql')
-rw-r--r-- | sql/update_20.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/update_20.sql b/sql/update_20.sql new file mode 100644 index 0000000..1a296ce --- /dev/null +++ b/sql/update_20.sql @@ -0,0 +1 @@ +ALTER TABLE complains ADD COLUMN complain_hash text; |