Skip to content

Commit c913091

Browse files
committed
fixture
1 parent 561e11f commit c913091

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
INSERT INTO crypto_keys (feature, sequence, starts_at, secret) VALUES
2+
('workspace_apps', 1, now(), 'abc'),
3+
('oidc_convert', 1, now(), 'def'),
4+
('peer_reconnect', 1, now(), 'ghi');

0 commit comments

Comments
 (0)