fix: unique entity

This commit is contained in:
ericprd
2025-03-01 21:27:28 +08:00
parent bdf6dd131e
commit eb1584f8c4
6 changed files with 13 additions and 10 deletions
+6 -3
View File
@@ -17,9 +17,12 @@ build-migrate:
@echo "Building the Migrate..."
go build -o $(OUTPUT_MIGRATE_DIR) $(BINARY_MIGRATE_NAME)
migrate: build-migrate
@echo "Building and running Migrate..."
$(OUTPUT_MIGRATE_DIR)
# migrate: build-migrate
# @echo "Building and running Migrate..."
# $(OUTPUT_MIGRATE_DIR)
migrate:
go run $(BINARY_MIGRATE_NAME)
clean:
@echo "Cleaning the build..."