Don't run migration

This commit is contained in:
rxdn 2024-06-20 16:46:41 +01:00
parent dc564d37f0
commit 9a0bd8e7f9

View File

@ -37,5 +37,4 @@ func ConnectToDatabase() {
}
Client = database.NewDatabase(pool)
Client.CreateTables(pool)
}