Merge pull request from main into feature/expense

This commit is contained in:
2026-06-09 13:21:56 +07:00
parent 29aeb58fc0
commit 664847098e
18 changed files with 344 additions and 61 deletions
+6
View File
@@ -83,6 +83,12 @@ migration-up:
migration-down:
@migrate -database $(DB_URL) -path ./migrations down 1
# Force migration to specific version
.SILENT: migration-force
migration-force:
@migrate -database $(DB_URL) -path ./migrations force $(version)
.SILENT: seeder-create
seeder-create:
@migrate create -ext sql -dir ./seeders -seq $(name)