diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-05-16 04:07:38 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-05-16 04:07:38 +0200 |
commit | 56234d02ad16ace826a42530d1e428a69368f60d (patch) | |
tree | 4c83f2b66e08a200e1bb4de4ac6f85656ea9280a /sql/update_18.sql | |
parent | 0787aec18d9b879791c5d6f9d75209d242aba708 (diff) | |
download | ts3db_postgres-56234d02ad16ace826a42530d1e428a69368f60d.tar.gz ts3db_postgres-56234d02ad16ace826a42530d1e428a69368f60d.tar.xz ts3db_postgres-56234d02ad16ace826a42530d1e428a69368f60d.zip |
sql: update to version 19 (ts3-v3.0.5)
Diffstat (limited to 'sql/update_18.sql')
-rw-r--r-- | sql/update_18.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/update_18.sql b/sql/update_18.sql index efea9f1..7ae65d6 100644 --- a/sql/update_18.sql +++ b/sql/update_18.sql @@ -1 +1 @@ -ALTER TABLE clients ADD COLUMN client_lastip varchar(20);
\ No newline at end of file +ALTER TABLE clients ADD COLUMN client_lastip text; |