Skip to content

Commit f189b24

Browse files
Merge: Site Sync & Cache Duration (#203)
* Hotfix/fires api cors (#187) (#188) * Simplified control flow * Short circuiting OPTIONS call with empty response. * added filter for syncing important projects (#189) * Corrected Caching duration (#190) * Sync Updates (#192) * Sync Updates - Added filter for the allowDonations - Added Syncing for the Users. - origin ttc is added - isMonitored false is handled on dissociation * Typo & refactor file update for build fix * Preventing user duplication added check for user with remoteId before adding it to users, prevents creating multiple user with same remoteId. Checked by grouping by remoteId. * Added check for the isPlanetRO. * Revert "Added check for the isPlanetRO." This reverts commit 76f51ea. * fix: does not stops monitoring for the sites that are dissociated * removed prefixes * feature: added support for alertmethod creation with default disabled * Added Separate logging for Users, Projects & Sites * Image & email is verified added. * CR review point - Minor logical fix * Hotfix: Vercel timeout increased to 300s (#197) * Vercel timeout increased to 300s * explicitly added origin in site.findMany * Feature: Multiple optimised versions of function. (#202) * Multiple Version of Optimised function. * Increased the Transaction Timeout Window * v3 for Transaction with batched bulk operations * Longer transaction window * unnecessary transactions removed * Type Fixes * Removed Intermediates * Merge branch 'main' into develop (#204) --------- Co-authored-by: Sagar <[email protected]>
1 parent defd1a3 commit f189b24

File tree

3 files changed

+477
-231
lines changed

3 files changed

+477
-231
lines changed

apps/server/prisma/schema.prisma

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,12 @@ model Notification {
152152
}
153153

154154
model Stats {
155-
id String @id @default(cuid())
156-
metric String @unique
157-
count Int
158-
lastUpdated DateTime
155+
id String @id @default(cuid())
156+
metric String @unique
157+
count Int
158+
lastUpdated DateTime
159159
}
160160

161-
162161
enum Role {
163162
ROLE_CLIENT
164163
ROLE_ADMIN

0 commit comments

Comments
 (0)