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