gergo/webhookRegions (#3459)
* feat(webhooks): multi region webhook resolver * feat(webhooks): multi region webhook cleanup * fix(webhooks): DI fixes * feat(activitystream): region aware save activity * feat(accessrequests): multi region * feat(cli): allow multi region project and commit download * feat(postgres): make docker postgres 0 day multi region ready * feat(cli): allow multi region project and commit download properly * fix(cross-server-sync): di fix * feat(activitystream): non region aware activities, they are not project data * fix(webhooks): triggers need to be included * feat(stream/projectCreate): activity save is not needed any more, its all event based * feat(multiRegion): get all registered db clients * fix(regions): test equal in any order * fix(projectDownload): need to await
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
-- setup for replication
|
||||
ALTER SYSTEM SET wal_level = logical;
|
||||
|
||||
CREATE DATABASE speckle2_test
|
||||
WITH
|
||||
OWNER = speckle
|
||||
|
||||
Reference in New Issue
Block a user