1
0
Fork 0
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:
Eggbertx 2024-08-10 20:01:33 -07:00
parent c7f15e3d25
commit e12b2fb982
19 changed files with 295 additions and 47 deletions

View file

@ -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