elsa-workflows / elsa-workflows/elsa-samples
Issue while creating database using sqlserver
Open
triaged
- Dominant language
- C#
- Stars
- 113
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
I am using entity framework and creating a database in SQL server.
I set the connection string but still getting the same error every time. I am not sure where I need to set up the connection string.
I already run the below command.
SET EF_CONNECTIONSTRING="Server=localhost;Database=ElsaDb;Trusted_Connection=True;"
Update-database -verbose -context SqlServerContext

Contributor guide
Assessment
This issue has not been assessed yet.