mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-09-02 18:19:26 +00:00
6 lines
189 B
Go
6 lines
189 B
Go
package upgrade
|
|
|
|
// RequiredSchemaVersion is the schema migration version this binary requires.
|
|
// Bump this whenever adding a new SQL migration file.
|
|
const RequiredSchemaVersion uint = 80
|