Merge pull request #28 from Jimmy99/main
Update Makefile to fix deprecated ent init command
This commit is contained in:
commit
b7de694716
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ ent-gen:
|
||||||
# Create a new Ent entity
|
# Create a new Ent entity
|
||||||
.PHONY: ent-new
|
.PHONY: ent-new
|
||||||
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
|
# Start the Docker containers
|
||||||
.PHONY: up
|
.PHONY: up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue