taskcafe/migrations/0046_add-system-user.up.sql

3 lines
163 B
MySQL
Raw Normal View History

INSERT INTO user_account(created_at, email, initials, username, full_name,
role_code, password_hash) VALUES (NOW(), '', 'SYS', 'system', 'System', 'owner', '');