Surplus_Up (2DU) 6 лет назад
Родитель
Сommit
dc4a619dcc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -140,7 +140,7 @@ if setup_tool != 0:
             try:
                 curs.execute('select ' + create + ' from ' + create_table + ' limit 1')
             except:
-                curs.execute("alter table " + create_table + " add " + create + " text default ''")
+                curs.execute("alter table " + create_table + " add " + create + " longtext default ''")
 
     update()