Files
gemp-lotr/gemp-lotr/docker/initial_user_setup.sql
2023-06-10 18:00:00 -05:00

25 lines
503 B
SQL

INSERT INTO player (name, password, type, last_login_reward, last_ip, create_ip)
VALUES (
'asdf',
'f0e4c2f76c58916ec258f246851bea091d14d4247a2fc3e18694461b1816e13b',
'aut',
'20170101',
'192.168.50.1',
'192.168.50.1'
),
(
'qwer',
'f6f2ea8f45d8a057c9566a33f99474da2e5c6a6604d736121650e2730c6fb0a3',
'aut',
'20170101',
'192.168.50.1',
'192.168.50.1'
),
(
'Librarian',
'f6f2ea8f45d8a057c9566a33f99474da2e5c6a6604d736121650e2730c6fb0a3',
'aut',
'20170101',
'192.168.50.1',
'192.168.50.1'
);