buenadigital / SaaSPro

SaaSPro is a .NET C# SaaS starter kit built for the cloud that contains everything you need to jumpstart your next SaaS project.
http:///www.saaspro.net
MIT License
10 stars 7 forks source link

Sql Script Errors #1

Open brn2swim opened 6 years ago

brn2swim commented 6 years ago

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

toddmueller commented 6 years ago

Hi Chad,

Thanks for pointing out the issue with the script. I will take a look at and update the repo.

Todd

brn2swim commented 6 years ago

Cool

Thanks

Chad

On Fri, Jul 27, 2018 at 2:01 PM Todd Mueller notifications@github.com wrote:

Hi Chad,

Thanks for pointing out the issue with the script. I will take a look at and update the repo.

Todd

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/buenadigital/SaaSPro/issues/1#issuecomment-408495038, or mute the thread https://github.com/notifications/unsubscribe-auth/ATwftCC-P6qIvdUwDIastLmS59rvUp7bks5uK1V5gaJpZM4VkUYX .

brn2swim commented 6 years ago

Hey Todd,

Got the Android app working was wondering if you had a chance to look at the sql script yet?

Thanks for your time.

Chad