Skip to content

Commit

Permalink
Added new exploit columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-mulligan committed Oct 26, 2023
1 parent abaef95 commit 0b6db65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nvip_data/mysql-database/newDB/db.init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -950,5 +950,15 @@
</createTable>
</changeSet>

<changeSet id="addExploitRows" author="dylan">
<addColumn tableName="exploit">
<column name="ignore" type="TINYINT(1)">
<constraints nullable="false"/>
</column>
<column name="fixed" type="TINYINT(1)">
<constraints nullable="false"/>
</column>
</addColumn>
</changeSet>

</databaseChangeLog>

0 comments on commit 0b6db65

Please sign in to comment.