[deploy] Add server stats module with dashboard controls
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add server stats module configuration
|
||||
ALTER TABLE "GuildSettings"
|
||||
ADD COLUMN "serverStatsEnabled" BOOLEAN,
|
||||
ADD COLUMN "serverStatsConfig" JSONB;
|
||||
Reference in New Issue
Block a user