Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Convert scan import to new database schema #63

Closed greenmoss closed 6 years ago

greenmoss commented 6 years ago

Goal: importing scan results should store data using the many-to-many relationships designated by the DB_Tables.xml schema.

greenmoss commented 6 years ago

Just confirming: only DB stored procedure updates were necessary? No Python code needed to be changed?

JosiahRegencia commented 6 years ago

I just added 1 line of python code to store the timestamp. The rest were all db stored procedures