Skip to content

Commit 4d7ee0b

Browse files
committed
use existing org id
1 parent d707f31 commit 4d7ee0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
INSERT INTO provisioner_keys
22
(id, created_at, organization_id, name, hashed_secret)
33
VALUES
4-
('b90547be-8870-4d68-8184-e8b2242b7c01', '2021-06-01 00:00:00', 'b90547be-8870-4d68-8184-e8b2242b7c01', 'qua', '\xDEADBEEF'::bytea);
4+
('b90547be-8870-4d68-8184-e8b2242b7c01', '2021-06-01 00:00:00', 'bb640d07-ca8a-4869-b6bc-ae61ebb2fda1', 'qua', '\xDEADBEEF'::bytea);

0 commit comments

Comments
 (0)