File tree 2 files changed +10
-1
lines changed
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 {
19
19
new Version (" 1.0.0" ,
20
20
new LiquibaseMigration (" update/gitbucket-notifications_1.0.xml" )
21
21
),
22
- new Version (" 1.1.0" )
22
+ new Version (" 1.1.0" ,
23
+ new LiquibaseMigration (" update/gitbucket-notifications_1.1.xml" )
24
+ )
23
25
)
24
26
25
27
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments