0
mccrackr created
We just purchased Zero and already have a DB with the ASPNetboilerplate changes up to 201609281412460_Upgrade_To_Abp_1_0. How do we implement the Zero changes?
1 Answer(s)
-
0
Hi,
After merging both DbContexes (Yours & AspNet Zero), you can add a new migration and update your database. Don't forget to backup your DB before this operation :)
Thanks.