Skip to content

Commit

Permalink
Add new migrations for django 1.8 upgrade. rockstor#1190
Browse files Browse the repository at this point in the history
Move all old/south migrations to south_migrations directory. We'll
delete them soon after successfull upgrade.

Create new native-django initial migrations for both storageadmin and smart_manager.
  • Loading branch information
schakrava committed Nov 25, 2016
1 parent 6376944 commit db31574
Show file tree
Hide file tree
Showing 59 changed files with 2,360 additions and 1,236 deletions.
1,031 changes: 359 additions & 672 deletions src/rockstor/smart_manager/migrations/0001_initial.py

Large diffs are not rendered by default.

673 changes: 673 additions & 0 deletions src/rockstor/smart_manager/south_migrations/0001_initial.py

Large diffs are not rendered by default.

Empty file.
1,327 changes: 763 additions & 564 deletions src/rockstor/storageadmin/migrations/0001_initial.py

Large diffs are not rendered by default.

565 changes: 565 additions & 0 deletions src/rockstor/storageadmin/south_migrations/0001_initial.py

Large diffs are not rendered by default.

Empty file.

0 comments on commit db31574

Please sign in to comment.