From 28a188816336d1594b1f8240622a4a38a3318036 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 15 Sep 2023 08:55:18 +0800 Subject: [PATCH] chore: fix user seed data --- store/db/seed/10001__user.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/store/db/seed/10001__user.sql b/store/db/seed/10001__user.sql index 0cbdc51e8..84cf50a5d 100644 --- a/store/db/seed/10001__user.sql +++ b/store/db/seed/10001__user.sql @@ -5,7 +5,6 @@ INSERT INTO `role`, `email`, `nickname`, - `open_id`, `password_hash` ) VALUES @@ -15,7 +14,6 @@ VALUES 'HOST', 'demo@usememos.com', 'Demo Hero', - hex(randomblob(16)), -- raw password: secret '$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK' ); @@ -27,7 +25,6 @@ INSERT INTO `role`, `email`, `nickname`, - `open_id`, `password_hash` ) VALUES @@ -37,7 +34,6 @@ VALUES 'USER', 'jack@usememos.com', 'Jack', - hex(randomblob(16)), -- raw password: secret '$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK' ); @@ -50,7 +46,6 @@ INSERT INTO `role`, `email`, `nickname`, - `open_id`, `password_hash` ) VALUES @@ -61,7 +56,6 @@ VALUES 'USER', 'bob@usememos.com', 'Bob', - hex(randomblob(16)), -- raw password: secret '$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK' ); \ No newline at end of file