aboutsummaryrefslogtreecommitdiff
path: root/schema.prisma
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-03-12 18:41:53 -0500
committerGitHub <[email protected]>2022-03-12 17:41:53 -0600
commit20eaed4a16eeb9eec44a38a1f176711591ce342f (patch)
tree208d3a8c863605b9afab63fb62fe58b1a8c170cc /schema.prisma
parente1589c30131cc68f4c846bd8e5c77a8a3c3c559b (diff)
downloadmuse-20eaed4a16eeb9eec44a38a1f176711591ce342f.tar.xz
muse-20eaed4a16eeb9eec44a38a1f176711591ce342f.zip
Allow member who invited Muse to do initial setup (#561)
Diffstat (limited to 'schema.prisma')
-rw-r--r--schema.prisma1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.prisma b/schema.prisma
index 5b4e898..a77e34b 100644
--- a/schema.prisma
+++ b/schema.prisma
@@ -25,6 +25,7 @@ model KeyValueCache {
model Setting {
guildId String @id
+ invitedByUserId String?
playlistLimit Int @default(50)
secondsToWaitAfterQueueEmpties Int @default(30)
leaveIfNoListeners Boolean @default(true)