Skip to content

Commit d86457f

Browse files
committed
remove checksums from repo
1 parent 100a0be commit d86457f

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ data/
3737

3838

3939
taco/data/
40+
41+
# Atlas migration checksums (auto-generated)
42+
**/migrations/**/atlas.sum

taco/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ atlas-diff-all: ## Generate migrations for all databases (use: make atlas-diff-a
117117
@echo "\n📊 SQLite..." && atlas migrate diff $(NAME) --env sqlite
118118
@echo "\n🔄 Renaming migration files for golang-migrate compatibility..."
119119
@find internal/query/migration/atlas/migrations -name "*.sql" ! -name "*.up.sql" ! -name "*.down.sql" -type f | while read f; do mv "$$f" "$${f%.sql}.up.sql"; done
120+
@echo "\n🔐 Updating Atlas checksums after rename..."
120121
@$(MAKE) atlas-hash-all
121122
@echo "\n✅ All migrations generated successfully!"
122123

taco/internal/query/migration/atlas/migrations/mysql/atlas.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

taco/internal/query/migration/atlas/migrations/postgres/atlas.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

taco/internal/query/migration/atlas/migrations/sqlite/atlas.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)