mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-31 23:16:22 -07:00
Add migration stuff for filter tables
This commit is contained in:
parent
c7f15e3d25
commit
e12b2fb982
19 changed files with 295 additions and 47 deletions
4
build.py
4
build.py
|
@ -38,8 +38,8 @@ release_files = (
|
|||
"README.md",
|
||||
)
|
||||
|
||||
GOCHAN_VERSION = "3.10.2"
|
||||
DATABASE_VERSION = "3" # stored in DBNAME.DBPREFIXdatabase_version
|
||||
GOCHAN_VERSION = "3.11.0"
|
||||
DATABASE_VERSION = "4" # stored in DBNAME.DBPREFIXdatabase_version
|
||||
|
||||
PATH_NOTHING = -1
|
||||
PATH_UNKNOWN = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue