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
Currently we start with regular data seeding, then remove entities using EF and then fixup history table. We could consider using sql directly so it's faster, also perform renames rather than deletes, so we don't need to worry about constraints when deleting the entities.
The text was updated successfully, but these errors were encountered:
Currently we start with regular data seeding, then remove entities using EF and then fixup history table. We could consider using sql directly so it's faster, also perform renames rather than deletes, so we don't need to worry about constraints when deleting the entities.
The text was updated successfully, but these errors were encountered: