잉여개발기 (SPDV) 3 lat temu
rodzic
commit
c86846c6da
2 zmienionych plików z 6 dodań i 2 usunięć
  1. 4 0
      app.py
  2. 2 2
      version.json

+ 4 - 0
app.py

@@ -133,6 +133,10 @@ with get_db_connect() as conn:
 
                 if db_pass == 0:
                     raise
+        try:
+            curs.execute(db_change("create index history_index on history (title)"))
+        except:
+            pass
 
         if setup_tool == 'update':
             update(int(ver_set_data[0][0]), set_data)

+ 2 - 2
version.json

@@ -1,7 +1,7 @@
 {
     "beta" : {
-        "r_ver" : "v3.4.6-RC2-dev124",
-        "c_ver" : "3500355",
+        "r_ver" : "v3.4.6-RC2-dev125",
+        "c_ver" : "3500357",
         "s_ver" : "3500111"
     }
 }