Implement migrations

This commit is contained in:
Syer10
2021-11-30 17:54:26 -05:00
parent 4ca716b8ad
commit a96c2066be
6 changed files with 62 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
import org.gradle.api.JavaVersion
object Config {
const val migrationCode = 1
// Tachidesk
const val tachideskVersion = "v0.6.0"
// Match this to the Tachidesk-Server commit count
const val serverCode = 1049