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
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
You can't create 2 tables in the same database with this tool currently because you get
An error occurred while trying to create the table and index. There is already an object named 'pk_Id' in the database.
Could not create constraint or index. See previous errors.
You can't create 2 tables in the same database with this tool currently because you get
The second time you try to create a new table.
Changing:
https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.Extensions.Caching.SqlConfig.Tools/SqlQueries.cs#L19
to
PRIMARY KEY (Id)
should fix the issue
cc @natemcmaster
The text was updated successfully, but these errors were encountered: