Base solution for your next web application
Open Closed

Loading AbpUsers with child relationships #4588


User avatar
0
tcon created

Hello,

We are in the process of converting an existing database with existing users to the new Abp database. One of the tasks is to occasionally clear the AbpUsers table and transform and reload from the legacy database. Is there a way to accomplish this without manually clearing all of the child tables and reloading OR dropping all of the foreign keys, loading the tables, and recreating the keys/constraints?

Thanks, Will


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @tcon as far as I know, there is not an easier way. Data import tools might help you to do this without dropping FKs.