Skip to content
Snippets Groups Projects
Select Git revision
  • 0746cf060907c974147c6745ce4b0a1382c26dff
  • test default
  • master protected
3 results

Makefile

Blame
  • migrate-to-3.5.txt 187 B
    
    - direct DB changes
    
    migrate-to-3.5.sql
    
    - fake a migration
    
    heroku run python manage.py migrate helios_auth --fake
    
    - do the rest of the migrations
    
    heroku run python manage.py migrate