如何将实体框架迁移重设为第一个平方?

时间:2019-04-02 10:25:07

标签: postgresql entity-framework asp.net-core entity-framework-core

我有一个与postgres db连接的asp.net核心Web api。我通过dotnet ef cli添加了迁移,并通过以下方式更新了数据库:

dotnet ef migrations add initial
dotnet ef database update

没有问题,我在架构中找到了新生成的表和迁移历史记录。然后我搞砸了,并从另一个名称不同但连接字符串相同的项目中进行了相同的操作。我使用了与上述相同的命令。

现在我无法再访问迁移历史记录表或生成的表:

ERROR: must be owner of relation __EFMigrationsHistory

我无法再次获得迁移历史记录的权利。 如何将其重置为平方?预先谢谢你。

0 个答案:

没有答案