|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I stepped through the deployment of your package and discovered that the Databaseversion table does not have a primary key. The primary key is required by the deployment data to determine which record to overwrite/ignore/merge. So, if you add an Id column to that table and make it the PK/Identity column, then it will deploy properly.
|