From c3b01c1d27b3a2441f1385965980251ddbc5a293 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 1 Apr 2024 16:36:34 +0200 Subject: [PATCH] fix primary keys for outline and rallly --- outline.yaml.tmpl | 2 +- rallly.yaml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/outline.yaml.tmpl b/outline.yaml.tmpl index 035bbcc..f36d048 100644 --- a/outline.yaml.tmpl +++ b/outline.yaml.tmpl @@ -25,7 +25,7 @@ entries: conditions: [] id: outline_provider identifiers: - pk: 9995 + pk: 9994 model: authentik_providers_oauth2.oauth2provider state: present diff --git a/rallly.yaml.tmpl b/rallly.yaml.tmpl index a68e70c..f4bce17 100644 --- a/rallly.yaml.tmpl +++ b/rallly.yaml.tmpl @@ -25,7 +25,7 @@ entries: conditions: [] id: rallly_provider identifiers: - pk: 9995 + pk: 9993 model: authentik_providers_oauth2.oauth2provider state: present