This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(prisma): update schema.prisma after churros/churros change [ci release]

+1 -2
+1 -2
schema.prisma
··· 44 44 links Link[] 45 45 godparentId String? 46 46 cededImageRightsToTVn7 Boolean @default(false) 47 - enabledNotificationChannels NotificationChannel[] @default([Articles, Shotguns, Permissions, GroupBoard, GodparentRequests, Comments, Other]) 47 + enabledNotificationChannels NotificationChannel[] @default([Articles, Shotguns, Permissions, GroupBoard, GodparentRequests, Other]) 48 48 latestVersionSeenInChangelog String @default("0.0.0") 49 49 bot Boolean @default(false) 50 50 // Not shown on profile, used to autofill Lydia payment request forms ··· 851 851 Permissions 852 852 GroupBoard 853 853 GodparentRequests 854 - Comments 855 854 Mandatory 856 855 Other // should't be used too much 857 856 }