Add notes column to abusive_host_rules
This commit is contained in:
parent
51a1977243
commit
228bdf74a4
|
@ -28,4 +28,10 @@
|
|||
</createIndex>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="2" author="moxie">
|
||||
<addColumn tableName="abusive_host_rules">
|
||||
<column name="notes" type="text"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
Loading…
Reference in New Issue