Skip to content
Prev Previous commit
Next Next commit
fixture
  • Loading branch information
sreya committed Sep 13, 2024
commit c91309177c8e687777bdbc88c58341b7327a908a
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO crypto_keys (feature, sequence, starts_at, secret) VALUES
('workspace_apps', 1, now(), 'abc'),
('oidc_convert', 1, now(), 'def'),
('peer_reconnect', 1, now(), 'ghi');
Loading