From 0a8697f885a2f0831a4d78ddf1b1808553e47b3a Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Wed, 26 Jan 2022 18:05:04 +0100 Subject: [PATCH 1/7] Add multiple subcommands and add one for creating an admin account --- .../Generate_GraphQL_Schema.xml | 4 +- .idea/runConfigurations/Run_Backend.xml | 1 + .../app/ehrenamtskarte/backend/EntryPoint.kt | 65 ++++++++++++------- .../backend/common/database/Database.kt | 5 ++ docs/development-setup.md | 19 +++--- docs/graphql_generation.md | 2 +- docs/staging-setup.md | 7 ++ 7 files changed, 69 insertions(+), 34 deletions(-) diff --git a/.idea/runConfigurations/Generate_GraphQL_Schema.xml b/.idea/runConfigurations/Generate_GraphQL_Schema.xml index 4ffc6fbb2..569f4a0a7 100644 --- a/.idea/runConfigurations/Generate_GraphQL_Schema.xml +++ b/.idea/runConfigurations/Generate_GraphQL_Schema.xml @@ -9,13 +9,15 @@