From e012ac161bb5bdb9536929a341aab1637aaab0e8 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 10 Jun 2023 18:00:00 -0500 Subject: [PATCH] Updating initial DB user setup to include the Librarian user. --- gemp-lotr/docker/initial_user_setup.sql | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gemp-lotr/docker/initial_user_setup.sql b/gemp-lotr/docker/initial_user_setup.sql index 886c09954..e4eb71cc1 100644 --- a/gemp-lotr/docker/initial_user_setup.sql +++ b/gemp-lotr/docker/initial_user_setup.sql @@ -14,4 +14,12 @@ VALUES ( '20170101', '192.168.50.1', '192.168.50.1' +), +( + 'Librarian', + 'f6f2ea8f45d8a057c9566a33f99474da2e5c6a6604d736121650e2730c6fb0a3', + 'aut', + '20170101', + '192.168.50.1', + '192.168.50.1' ); \ No newline at end of file