diff --git a/build.gradle b/build.gradle index 0e9b050..b150137 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ allprojects { sourceCompatibility = 1.7 group = 'ch.dissem.jabit' - version = '0.1.0' + version = '0.1.1' repositories { mavenCentral() diff --git a/repositories/src/main/resources/db/migration/V2.0__Update_label.sql b/repositories/src/main/resources/db/migration/V2.0__Update_label.sql new file mode 100644 index 0000000..5712303 --- /dev/null +++ b/repositories/src/main/resources/db/migration/V2.0__Update_label.sql @@ -0,0 +1 @@ +UPDATE Label SET type = 'DRAFT' WHERE type = 'DRAFTS'; \ No newline at end of file