Merge pull request #28 from Jimmy99/main

Update Makefile to fix deprecated ent init command
This commit is contained in:
Mike Stefanello 2023-02-25 07:47:55 -05:00 committed by GitHub
commit 6d3dfe2531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ ent-gen:
# Create a new Ent entity
.PHONY: ent-new
ent-new:
go run entgo.io/ent/cmd/ent init $(name)
go run entgo.io/ent/cmd/ent new $(name)
# Start the Docker containers
.PHONY: up