feat: add logic_group crud

This commit is contained in:
Alexander Navarro 2025-02-06 19:48:52 -03:00
parent baf70e6820
commit d643e1c0f2
7 changed files with 98 additions and 11 deletions

View file

@ -13,3 +13,5 @@ dev:
dbmate +ARGS: (compose-exec "index dbmate" ARGS)
migrate: (dbmate "migrate")
rollback: (dbmate "rollback")