SoftwareDesignLab / vulnerability-intelligence-platform

Vulnerability Intelligence Platform
https://www.cve.live
MIT License
1 stars 0 forks source link

Implement Liquibase for Database management #26

Open ctevse opened 1 year ago

ctevse commented 1 year ago

We should consider implementing Liquibase in the nvip_crawler project to track database migrations, and handle automated creation of database tables and static database data. This automation can be turned into a build tool task, so invocation can occur in one place.

AdamPang4339 commented 1 year ago

Implementing CreateAndInitialize.sql as liquibase changefile

aep7128 commented 1 year ago

Putting this on hold until we finalize DB refactor