Commit 7fbd5177 authored by IanShaw027's avatar IanShaw027
Browse files

fix(ci): make legacy migration cleanup resilient

parent fdf72eb5
......@@ -43,7 +43,7 @@ CREATE TABLE IF NOT EXISTS user_external_identities (
auth_identity_migration_reports,
user_external_identities,
users
RESTART IDENTITY;
RESTART IDENTITY CASCADE;
`)
require.NoError(t, err)
......@@ -241,7 +241,7 @@ TRUNCATE TABLE
auth_identity_migration_reports,
user_external_identities,
users
RESTART IDENTITY;
RESTART IDENTITY CASCADE;
`)
require.NoError(t, err)
......@@ -431,7 +431,7 @@ CREATE TABLE IF NOT EXISTS user_external_identities (
auth_identity_migration_reports,
user_external_identities,
users
RESTART IDENTITY;
RESTART IDENTITY CASCADE;
`)
require.NoError(t, err)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment