File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed 
internal/query/migration/atlas/migrations Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3737
3838
3939taco /data /
40+ 
41+ #  Atlas migration checksums (auto-generated)
42+ ** /migrations /** /atlas.sum 
Original file line number Diff line number Diff 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" |  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
Load Diff This file was deleted. 
Load Diff This file was deleted. 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments