Commit 125464d0 authored by Marco Mariani's avatar Marco Mariani

char -> varchar

parent 0efe4646
......@@ -219,7 +219,7 @@ class Recipe(GenericBaseRecipe):
cur.execute(fin.read())
# patch the schema to store long addresses (ipv6)
cur.execute('ALTER TABLE HISTORY ALTER COLUMN remote_ip TYPE CHAR(255);')
cur.execute('ALTER TABLE HISTORY ALTER COLUMN remote_ip TYPE VARCHAR(255);')
sql_data_file = options['sql-data-file']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment