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

1 line
93 B
MySQL
Raw Normal View History

2023-12-17 12:17:55 +02:00
insert into apps (id, name, secret) values (1, 'test', 'test-secret') ON CONFLICT DO NOTHING;