dubeaud / bugnet

BugNET is an open source issue tracker built with .NET
189 stars 166 forks source link

Changes in Database are not reflected in Code. #204

Open BulletVictim opened 8 years ago

BulletVictim commented 8 years ago

I know this must seem like an dumb question. What kind of interface with the database is the project using? Is there anywhere in the source code that I can view this code?

The reason I'm asking is because I need to add new tables to the database that has a foreign key reference to the Users table.

I need to access information from these tables, but I am stuck looking at the source code and not seeing how the database communication is done.

Could you please assist?

I know this question has been asked before https://github.com/dubeaud/bugnet/issues/176 but there is no feedback for me to work on to solve this problem myself.