2 lines
106 B
MySQL
2 lines
106 B
MySQL
|
-- Add migration script here
|
||
|
INSERT INTO "user" (username, password_hash) VALUES ('service-raccount', '');
|