mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-05 16:56:23 -07:00
Move database schema updating to gochan-migration
This commit is contained in:
parent
1da4330780
commit
17c28e5ebe
8 changed files with 260 additions and 119 deletions
1
build.py
1
build.py
|
@ -39,6 +39,7 @@ release_files = (
|
|||
)
|
||||
|
||||
GOCHAN_VERSION = "3.5.1"
|
||||
DATABASE_VERSION = "2" # stored in DBNAME.DBPREFIXdatabase_version
|
||||
|
||||
PATH_NOTHING = -1
|
||||
PATH_UNKNOWN = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue