Skip to content

Commit

Permalink
fix: resolve migratest failures
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 1, 2020
1 parent b9de9e7 commit e2f34d3
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 18 deletions.
Expand Up @@ -12,8 +12,7 @@
"verified": false,
"via": "email",
"status": "pending",
"verified_at": "0001-01-01T00:00:00Z",
"expires_at": "2013-10-07T08:23:19Z"
"verified_at": null
}
]
}
Expand Up @@ -12,17 +12,15 @@
"verified": false,
"via": "email",
"status": "pending",
"verified_at": "0001-01-01T00:00:00Z",
"expires_at": "2013-10-07T08:23:19Z"
"verified_at": null
},
{
"id": "b2d59320-8564-4400-a39f-a22a497a23f1",
"value": "foobar+without-code@ory.sh",
"verified": false,
"via": "email",
"status": "pending",
"verified_at": "0001-01-01T00:00:00Z",
"expires_at": "2013-10-07T08:23:19Z"
"verified_at": null
}
],
"recovery_addresses": [
Expand Down
Expand Up @@ -18,8 +18,7 @@
"verified": false,
"via": "email",
"status": "pending",
"verified_at": "0001-01-01T00:00:00Z",
"expires_at": "2013-10-07T08:23:19Z"
"verified_at": null
}
]
}
Expand Down
Expand Up @@ -18,8 +18,7 @@
"verified": false,
"via": "email",
"status": "pending",
"verified_at": "0001-01-01T00:00:00Z",
"expires_at": "2013-10-07T08:23:19Z"
"verified_at": null
}
]
}
Expand Down
@@ -1,2 +1,2 @@
INSERT INTO sessions (id, issued_at, expires_at, authenticated_at,created_at,updated_at, token, identity_id)
VALUES ('8571e374-38f2-4f46-8ad3-b9d914e174d3','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19', '1001ba7d-dd64-4cb6-8478-e8947eba5f8a', '5ff66179-c240-4703-b0d8-494592cefff5')
VALUES ('8571e374-38f2-4f46-8ad3-b9d914e174d3','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19', '1001ba7ddd644cb68478e8947e4jfha', '5ff66179-c240-4703-b0d8-494592cefff5')
@@ -1,2 +1,2 @@
INSERT INTO sessions (id, issued_at, expires_at, authenticated_at,created_at,updated_at, token, identity_id, active)
VALUES ('f38cdebe-e567-42c9-a562-1bd4dee40998','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19', '999bbefa-4a10-4bf8-98d0-61654315d975', '5ff66179-c240-4703-b0d8-494592cefff5', true)
VALUES ('f38cdebe-e567-42c9-a562-1bd4dee40998','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19','2013-10-07 08:23:19', '1001ba7ddd644cb68478e8947e4jfhb', '5ff66179-c240-4703-b0d8-494592cefff5', true)
@@ -1,6 +1,5 @@

INSERT INTO identity_verification_tokens (id, token, used, used_at, identity_verifiable_address_id, selfservice_verification_flow_id, created_at, updated_at, expires_at, issued_at)
VALUES ('ee56574d-2f0c-43f6-8d26-0062938ae330', 'ac4432ad-ea01-4e15-a37e-fd17ceae2c44', false, null, '45e867e9-2745-4f16-8dd4-84334a252b61', '5385c962-0295-4575-9b1b-d7eef13c0eda', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19');
VALUES ('ee56574d-2f0c-43f6-8d26-0062938ae330', '1001ba7ddd644cb68478e8947e4jfhc', false, null, '45e867e9-2745-4f16-8dd4-84334a252b61', '5385c962-0295-4575-9b1b-d7eef13c0eda', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19');

INSERT INTO identity_verification_tokens (id, token, used, used_at, identity_verifiable_address_id, selfservice_verification_flow_id, created_at, updated_at, expires_at, issued_at)
VALUES ('f81fd924-23bb-4cdf-8fa0-56253eff6cc9', '513c531f-6e17-4187-a4ee-d773d78b80e4', false, null, '45e867e9-2745-4f16-8dd4-84334a252b61', NULL, '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19');
VALUES ('f81fd924-23bb-4cdf-8fa0-56253eff6cc9', '1001ba7ddd644cb68478e8947e4jfhd', false, null, '45e867e9-2745-4f16-8dd4-84334a252b61', NULL, '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19');
@@ -1,2 +1,2 @@
INSERT INTO identity_recovery_tokens (id, token, used, used_at, identity_recovery_address_id, selfservice_recovery_flow_id, created_at, updated_at, expires_at, issued_at)
VALUES ('1b667e6d-8fda-4194-a765-08185185d7e4', 'b2d59320-8564-4400-a39f-a22a497a23f1', false, null, 'b8293f1c-010f-45d9-b809-f3fc5365ba80', '13178936-095a-466b-abe0-36d977d3dc18', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19');
VALUES ('1b667e6d-8fda-4194-a765-08185185d7e4', '1001ba7ddd644cb68478e8947e4jfhe', false, null, 'b8293f1c-010f-45d9-b809-f3fc5365ba80', '13178936-095a-466b-abe0-36d977d3dc18', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19', '2013-10-07 08:23:19');
@@ -1,2 +1,2 @@
INSERT INTO identity_verifiable_addresses (id, status, via, verified, value, verified_at, expires_at, identity_id, created_at, updated_at) VALUES
('b2d59320-8564-4400-a39f-a22a497a23f1', 'pending', 'email', false, 'foobar+without-code@ory.sh', null, '2013-10-07 08:23:19', 'a251ebc2-880c-4f76-a8f3-38e6940eab0e', '2013-10-07 08:23:19', '2013-10-07 08:23:19');
INSERT INTO identity_verifiable_addresses (id, status, via, verified, value, verified_at, identity_id, created_at, updated_at) VALUES
('b2d59320-8564-4400-a39f-a22a497a23f1', 'pending', 'email', false, 'foobar+without-code@ory.sh', null, 'a251ebc2-880c-4f76-a8f3-38e6940eab0e', '2013-10-07 08:23:19', '2013-10-07 08:23:19');

0 comments on commit e2f34d3

Please sign in to comment.