managers relation is fixed (5x)

This commit is contained in:
dalbodeule 2024-08-28 17:26:24 +09:00
parent 3e0f63a3d1
commit 7c2f5f90fe
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -25,8 +25,8 @@ object Connector {
init {
Database.connect(dataSource)
val tables = listOf(
Users,
UserManagers,
Users,
Commands,
Counters,
DailyCounters,