Skip to content

Commit

Permalink
Add time to migration version (#24)
Browse files Browse the repository at this point in the history
This follows the Flyway migration version schema
  • Loading branch information
manelp committed Jun 30, 2023
2 parents be98530 + ac3a86e commit 0fc7821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.agilogy.db.sql.Sql.update
import com.agilogy.timetracking.migrations.KotlinMigration
import java.sql.Connection

class Migration20230623 : KotlinMigration("20230623", "Initial migration") {
class Migration202306231200 : KotlinMigration("202306231200", "Initial migration") {

context(Connection)
override suspend fun migrate() {
Expand Down

0 comments on commit 0fc7821

Please sign in to comment.