We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86457f commit 664a66fCopy full SHA for 664a66f
taco/Makefile
@@ -112,6 +112,8 @@ atlas-diff-all: ## Generate migrations for all databases (use: make atlas-diff-a
112
echo "💡 Tip: Use 'make atlas-diff-all name=descriptive_name' for better naming"; \
113
fi
114
@mkdir -p internal/query/migration/atlas/migrations/postgres internal/query/migration/atlas/migrations/mysql internal/query/migration/atlas/migrations/sqlite
115
+ @echo "\n🔐 Generating checksums for existing migrations..."
116
+ @$(MAKE) atlas-hash-all
117
@echo "\n📊 PostgreSQL..." && atlas migrate diff $(NAME) --env postgres
118
@echo "\n📊 MySQL..." && atlas migrate diff $(NAME) --env mysql
119
@echo "\n📊 SQLite..." && atlas migrate diff $(NAME) --env sqlite
0 commit comments