This commit is contained in:
aovantsev
2025-10-03 14:01:00 +03:00
parent 70499a9f39
commit ba42e85334

View File

@@ -19,7 +19,7 @@ func main() {
// Initialize database with configuration
if err := InitDBWithConfig(config); err != nil {
log.Fatal("Failed to initialize database:", err)
log.Fatal("Failed to initialize database :", err)
}
// Create tables