Updating initial DB user setup to include the Librarian user.

This commit is contained in:
Christian 'ketura' McCarty
2023-06-10 18:00:00 -05:00
parent c8a2f6cbc7
commit e012ac161b

View File

@@ -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'
);