sso/tests/migrations/1_init_apps.up.sql

1 line
93 B
SQL

insert into apps (id, name, secret) values (1, 'test', 'test-secret') ON CONFLICT DO NOTHING;