bugnet icon indicating copy to clipboard operation
bugnet copied to clipboard

Changes in Database are not reflected in Code.

Open BulletVictim opened this issue 9 years ago • 0 comments

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.

BulletVictim avatar May 18 '16 10:05 BulletVictim