File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <changeSet >
3+ <dropForeignKeyConstraint constraintName =" IDX_ISSUE_NOTIFICATION_FK0" baseTableName =" ISSUE_NOTIFICATION" />
4+ <dropForeignKeyConstraint constraintName =" IDX_ISSUE_NOTIFICATION_FK1" baseTableName =" ISSUE_NOTIFICATION" />
5+ <dropForeignKeyConstraint constraintName =" IDX_WATCH_FK0" baseTableName =" WATCH" />
6+ <dropForeignKeyConstraint constraintName =" IDX_WATCH_FK1" baseTableName =" WATCH" />
7+ </changeSet >
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1919 new Version (" 1.0.0" ,
2020 new LiquibaseMigration (" update/gitbucket-notifications_1.0.xml" )
2121 ),
22- new Version (" 1.1.0" )
22+ new Version (" 1.1.0" ,
23+ new LiquibaseMigration (" update/gitbucket-notifications_1.1.xml" )
24+ )
2325 )
2426
2527 override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments