Skip to content

Commit 2833300

Browse files
jandroavmarc0der
authored andcommitted
chore(LiquibaseMigrations.scala): update Liquibase migration id to remove version number for consistency and clarity
1 parent dde8045 commit 2833300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/sdkman/changelogs/LiquibaseMigrations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mongodb.client.MongoDatabase
55

66
@ChangeLog(order = "085")
77
class LiquibaseMigrations {
8-
@ChangeSet(order = "001", id = "001_add_liquibase_1_2_3", author = "jandroav")
8+
@ChangeSet(order = "001", id = "001_add_liquibase", author = "jandroav")
99
def migration001(implicit db: MongoDatabase) = {
1010
Candidate(
1111
candidate = "liquibase",

0 commit comments

Comments
 (0)