Skip to content

Commit d8f58f4

Browse files
committed
Move database migration
1 parent 63837b2 commit d8f58f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/suwayomi/tachidesk/server/database/migration/M0047_AddUsers.kt renamed to server/src/main/kotlin/suwayomi/tachidesk/server/database/migration/M0052_AddUsers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import org.intellij.lang.annotations.Language
1212
import suwayomi.tachidesk.global.impl.util.Bcrypt
1313

1414
@Suppress("ClassName", "unused")
15-
class M0047_AddUsers : SQLMigration() {
15+
class M0052_AddUsers : SQLMigration() {
1616
class UserSql {
1717
private val password = Bcrypt.encryptPassword("password")
1818

0 commit comments

Comments
 (0)