Skip to content

Commit 7cce73b

Browse files
committed
Fix stale dev container refs
1 parent 1b377c8 commit 7cce73b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.devcontainer/init-db.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE DATABASE authentik;
1+
CREATE DATABASE dex;
22
CREATE DATABASE unbind;
3-
GRANT ALL PRIVILEGES ON DATABASE authentik TO postgres;
3+
GRANT ALL PRIVILEGES ON DATABASE dex TO postgres;
44
GRANT ALL PRIVILEGES ON DATABASE unbind TO postgres;

init-db.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE DATABASE authentik;
1+
CREATE DATABASE dex;
22
CREATE DATABASE unbind;
3-
GRANT ALL PRIVILEGES ON DATABASE authentik TO postgres;
3+
GRANT ALL PRIVILEGES ON DATABASE dex TO postgres;
44
GRANT ALL PRIVILEGES ON DATABASE unbind TO postgres;

scripts/clear-local-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
rm -r ./.data/postgres/*
44
rm -r ./.data/redis/*
5-
rm -r ./.data/authentik/*
5+
rm -r ./.data/dex/*

0 commit comments

Comments
 (0)