From cfb3dfac75fcea3397d5a63dc8b429af1f5f09db Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 24 Jun 2024 14:23:47 -0600 Subject: [PATCH] Add log_create column to guilds table --- migrations/2.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/2.sql b/migrations/2.sql index 660cb65..e081e53 100644 --- a/migrations/2.sql +++ b/migrations/2.sql @@ -1 +1,2 @@ +-- Add log_create column to guilds table ALTER TABLE guilds ADD COLUMN log_create BOOLEAN DEFAULT 1; \ No newline at end of file