Skip to content

Commit

Permalink
changed bug in liquibase
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovychh committed Jan 4, 2024
1 parent f4ef4d9 commit 3704cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ databaseChangeLog:
nullable: false
- column:
name: total
type: decimal
type: decimal(18,2)
constraints:
nullable: false
- column:
Expand Down

0 comments on commit 3704cb3

Please sign in to comment.