You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a migration that converts the papertrail item_id from bigint to uuid by dropping the column and recreating it with random data. This will break the referential integrity of the papertrail items, rendering them useless up to the point of the migration.
The original foreign key data was lost by this migration. In addition, you can't roll back, since that will fail.
The text was updated successfully, but these errors were encountered:
The original foreign key data was lost by this migration
There wasn't any original foreign key data to lose. Firstly, this was before we deployed to production. Secondly, since UUIDs were being cast to ints, we only had the characters of the ID before the first letter.
Is there a change you'd like here, or can we close this?
This is a migration that converts the papertrail item_id from bigint to uuid by dropping the column and recreating it with random data. This will break the referential integrity of the papertrail items, rendering them useless up to the point of the migration.
The original foreign key data was lost by this migration. In addition, you can't roll back, since that will fail.
The text was updated successfully, but these errors were encountered: