Skip to content

Commit

Permalink
chore(dependencies): Autobump korkVersion (#4601)
Browse files Browse the repository at this point in the history
* chore(dependencies): Autobump korkVersion

* fix(databaseChangeLog): fix for 'addAfterColumn is not allowed on postgresql'

---------

Co-authored-by: root <root@d6fbaf65e488>
Co-authored-by: kirangodishala <[email protected]>
  • Loading branch information
3 people committed Nov 20, 2023
1 parent 42a9a1a commit 976d469
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fiatVersion=1.42.0
korkVersion=7.200.0
korkVersion=7.201.0
kotlinVersion=1.4.32
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
databaseChangeLog:
- removeChangeSetProperty:
change: addColumn
dbms: postgresql
remove: afterColumn
- changeSet:
id: add-legacy-id-fields
author: cthielen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
databaseChangeLog:
- removeChangeSetProperty:
change: addColumn
dbms: postgresql
remove: afterColumn
- changeSet:
id: add-canceled-column
author: robzienert
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
databaseChangeLog:
- removeChangeSetProperty:
change: addColumn
dbms: postgresql
remove: afterColumn
- changeSet:
id: partition-updated-executions
author: rzienert
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
databaseChangeLog:
- removeChangeSetProperty:
change: addColumn
dbms: postgresql
remove: afterColumn
- changeSet:
id: 20181016-add-start-time
author: robzienert
Expand Down

0 comments on commit 976d469

Please sign in to comment.