You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ibihf/migrations/20230716213851_add_users.up...

7 lines
185 B

-- Add up migration script here
-- admin/admin login
INSERT INTO users
(id, user_name, pass_hash)
VALUES
(1, 'admin', '$2y$10$eoghV7BDZSDDKAjjYuESUuMwl3IqFBzawFybgkBKWl.CKlI6jXAQ.');