Files
coder/coderd/database/migrations/testdata/fixtures/000227_provisioner_keys.up.sql
T
2024-07-16 13:27:12 -04:00

5 lines
232 B
SQL

INSERT INTO provisioner_keys
(id, created_at, organization_id, name, hashed_secret)
VALUES
('b90547be-8870-4d68-8184-e8b2242b7c01', '2021-06-01 00:00:00', 'bb640d07-ca8a-4869-b6bc-ae61ebb2fda1', 'qua', '\xDEADBEEF'::bytea);