Making schema changes: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jwm
No edit summary
 
Line 11:
 
<pre>
bin./mysitemanage.py schemamigration APPNAME --auto
</pre>
 
Line 21:
 
<pre>
bin./mysitemanage.py migrate APPNAME
</pre>
</li>
Line 47:
 
<pre>
oh-mainline$ bin./mysitemanage.py schemamigration profile --auto
+ Added field receive_maintainer_notifications on profile.PortfolioEntry
Created 0088_auto__add_field_portfolioentry_receive_maintainer_notifications.py. You can now apply this migration with: ./manage.py migrate profile
Line 56:
 
<pre>
oh-mainline$ bin./mysitemanage.py migrate profile
Running migrations for profile:
- Migrating forwards to 0088_add_field_portfolioentry_receive_maintainer_notifications.
Anonymous user