diff options
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; |