mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
5 lines
180 B
SQL
5 lines
180 B
SQL
INSERT INTO crypto_keys (feature, sequence, starts_at, secret) VALUES
|
|
('workspace_apps', 1, now(), 'abc'),
|
|
('oidc_convert', 1, now(), 'def'),
|
|
('tailnet_resume', 1, now(), 'ghi');
|