chir.rs/chir-rs-db/migrations/20241130090439_service-user-account.sql

2 lines
106 B
MySQL
Raw Normal View History

2024-12-02 09:55:26 +00:00
-- Add migration script here
INSERT INTO "user" (username, password_hash) VALUES ('service-raccount', '');