Skip to content

Commit 7bb24c5

Browse files
alnrory-bot
authored andcommitted
fix: failing down migration
GitOrigin-RevId: 30d15680f8916d2ec12c2acdad6768cb3c0ed439
1 parent 3f24dbf commit 7bb24c5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

persistence/sql/migratest/fixtures/identity/5ff66179-c240-4703-b0d8-494592cefff5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"password": {
55
"type": "password",
66
"identifiers": [
7-
"foo-dupe@ory.sh",
7+
"foo2@ory.sh",
88
"foo@ory.sh"
99
],
1010
"config": {

persistence/sql/migratest/fixtures/identity/a251ebc2-880c-4f76-a8f3-38e6940eab0e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"password": {
55
"type": "password",
66
"identifiers": [
7-
"foo-dupe@ory.sh",
7+
"foo1@ory.sh",
88
"foobar@ory.sh"
99
],
1010
"config": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INSERT INTO identity_credential_identifiers (id, nid, identifier, identity_credential_id, created_at, updated_at, identity_credential_type_id)
2-
VALUES ('2672f198-4795-437c-8e14-56459b1d941a', '884f556e-eb3a-4b9f-bee3-11345642c6c0','foo-dupe@ory.sh', '35b60ecf-30f9-42d6-bf5d-47ad41148691',
2+
VALUES ('2672f198-4795-437c-8e14-56459b1d941a', '884f556e-eb3a-4b9f-bee3-11345642c6c0','foo1@ory.sh', '35b60ecf-30f9-42d6-bf5d-47ad41148691',
33
'2013-10-07 08:23:19', '2013-10-07 08:23:19', '22bff9ae-f5aa-45d7-803b-97ec0b4e7b32');
44

55
INSERT INTO identity_credential_identifiers (id, nid, identifier, identity_credential_id, created_at, updated_at, identity_credential_type_id)
6-
VALUES ('10985ed1-5b6e-4012-ac10-03d87df65618', '884f556e-eb3a-4b9f-bee3-11345642c6c0','foo-dupe@ory.sh', '74ac2d31-bccb-442f-a792-7b8bb14817f8',
6+
VALUES ('10985ed1-5b6e-4012-ac10-03d87df65618', '884f556e-eb3a-4b9f-bee3-11345642c6c0','foo2@ory.sh', '74ac2d31-bccb-442f-a792-7b8bb14817f8',
77
'2013-10-07 08:23:19', '2013-10-07 08:23:19', '6b213fa0-e6ad-46cb-8878-b088d2ce2e3c');

0 commit comments

Comments
 (0)