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
Came across your application. Thank you. Very nice job.
Running the database script I encountered an error towards the end trying to create some constraints.
I can get around this issue but seems like there maybe some inserts that are missing to create customers or users. Constraints seems to be referencing ids that don't exists.
Not a sql expert so I could be wrong. Seems to start around line 1030
===> ALTER TABLE [dbo].[ReferenceListItems]
Thanks for your time and have a great day.
Chad
The text was updated successfully, but these errors were encountered:
Hi Todd,
Came across your application. Thank you. Very nice job.
Running the database script I encountered an error towards the end trying to create some constraints.
I can get around this issue but seems like there maybe some inserts that are missing to create customers or users. Constraints seems to be referencing ids that don't exists.
Not a sql expert so I could be wrong. Seems to start around line 1030
===> ALTER TABLE [dbo].[ReferenceListItems]
Thanks for your time and have a great day.
Chad
The text was updated successfully, but these errors were encountered: