diff options
| author | Max Isom <[email protected]> | 2022-03-12 18:41:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-12 17:41:53 -0600 |
| commit | 20eaed4a16eeb9eec44a38a1f176711591ce342f (patch) | |
| tree | 208d3a8c863605b9afab63fb62fe58b1a8c170cc /schema.prisma | |
| parent | e1589c30131cc68f4c846bd8e5c77a8a3c3c559b (diff) | |
| download | muse-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.prisma | 1 |
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) |
