1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-06 21:46:24 -07:00

Update README with more info on gochan-migration and MariaDB/MySQL

Also update the TODO list
This commit is contained in:
Eggbertx 2023-04-07 15:04:41 -07:00
parent 17c28e5ebe
commit b132c54789
2 changed files with 13 additions and 16 deletions

View file

@ -24,7 +24,7 @@ var (
// but zero or more than one versions were found
ErrInvalidVersion = errors.New("database contains database_version table but zero or more than one versions were found")
ErrCorruptedDB = errors.New("database contains gochan prefixed tables but is missing versioning tables (possibly corrupted)")
ErrDeprecatedDB = errors.New("database layout is deprecated, please run gochan-migrate")
ErrDeprecatedDB = errors.New("database layout is deprecated, please run gochan-migrate -updatedb")
ErrInvalidDBVersion = errors.New("invalid version flag returned by GetCompleteDatabaseVersion()")
)