chore_: move/rename files messing generation (#5897)

* refactor_: rename migrations file

* refactor_: move generate_handlers to cmd

* fix_: makefile generate_handlers path
This commit is contained in:
Igor Sirotin 2024-09-30 19:19:36 +01:00 committed by GitHub
parent 5500fa04b5
commit 031b5342f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 2 deletions

View File

@ -313,9 +313,9 @@ setup-dev:
echo "Replaced by Nix shell. Use 'make shell' or just any target as-is."
generate-handlers:
go generate ./_assets/generate_handlers/
go generate ./cmd/generate_handlers/
generate: ##@other Regenerate assets and other auto-generated stuff
go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... ./protocol/... ./walletdatabase/... ./_assets/generate_handlers
go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... ./protocol/... ./walletdatabase/... ./cmd/generate_handlers
generate-appdatabase:
go generate ./appdatabase/...