67 lines
1.9 KiB
SQL
67 lines
1.9 KiB
SQL
-- ============================================
|
|
-- 此文件由 Meoo Cloud 自动生成,请勿修改
|
|
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
|
|
-- ============================================
|
|
|
|
|
|
INSERT INTO auth.users (
|
|
instance_id, id, aud, role, email,
|
|
encrypted_password, email_confirmed_at,
|
|
created_at, updated_at,
|
|
confirmation_token, recovery_token,
|
|
email_change_token_new, email_change,
|
|
raw_app_meta_data, raw_user_meta_data,
|
|
is_super_admin
|
|
) VALUES (
|
|
'00000000-0000-0000-0000-000000000000',
|
|
'a0000001-0000-0000-0000-000000000001'::uuid, 'authenticated', 'authenticated',
|
|
'purchaser@meoo.local',
|
|
crypt('123456', gen_salt('bf')),
|
|
NOW(), NOW(), NOW(),
|
|
'', '', '', '',
|
|
'{"provider":"email","providers":["email"]}'::jsonb,
|
|
'{"username":"purchaser"}'::jsonb,
|
|
false
|
|
);
|
|
|
|
INSERT INTO auth.users (
|
|
instance_id, id, aud, role, email,
|
|
encrypted_password, email_confirmed_at,
|
|
created_at, updated_at,
|
|
confirmation_token, recovery_token,
|
|
email_change_token_new, email_change,
|
|
raw_app_meta_data, raw_user_meta_data,
|
|
is_super_admin
|
|
) VALUES (
|
|
'00000000-0000-0000-0000-000000000000',
|
|
'a0000002-0000-0000-0000-000000000002'::uuid, 'authenticated', 'authenticated',
|
|
'textile@meoo.local',
|
|
crypt('123456', gen_salt('bf')),
|
|
NOW(), NOW(), NOW(),
|
|
'', '', '', '',
|
|
'{"provider":"email","providers":["email"]}'::jsonb,
|
|
'{"username":"textile"}'::jsonb,
|
|
false
|
|
);
|
|
|
|
INSERT INTO auth.users (
|
|
instance_id, id, aud, role, email,
|
|
encrypted_password, email_confirmed_at,
|
|
created_at, updated_at,
|
|
confirmation_token, recovery_token,
|
|
email_change_token_new, email_change,
|
|
raw_app_meta_data, raw_user_meta_data,
|
|
is_super_admin
|
|
) VALUES (
|
|
'00000000-0000-0000-0000-000000000000',
|
|
'a0000003-0000-0000-0000-000000000003'::uuid, 'authenticated', 'authenticated',
|
|
'washing@meoo.local',
|
|
crypt('123456', gen_salt('bf')),
|
|
NOW(), NOW(), NOW(),
|
|
'', '', '', '',
|
|
'{"provider":"email","providers":["email"]}'::jsonb,
|
|
'{"username":"washing"}'::jsonb,
|
|
false
|
|
);
|
|
|