From 9a0bd8e7f9635e755395188cd1e16c08dd63e29f Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:46:41 +0100 Subject: [PATCH] Don't run migration --- database/database.go | 1 - 1 file changed, 1 deletion(-) diff --git a/database/database.go b/database/database.go index 875328a..3e478f1 100644 --- a/database/database.go +++ b/database/database.go @@ -37,5 +37,4 @@ func ConnectToDatabase() { } Client = database.NewDatabase(pool) - Client.CreateTables(pool) }