Run Database Update Script » History » Version 1
Anchi Cheng, 03/28/2011 07:05 PM
1 | 1 | Anchi Cheng | h2. Run Database Update Script |
---|---|---|---|
2 | |||
3 | Running the following script will indicate if you need to run any database update scripts. |
||
4 | <pre> |
||
5 | cd /your_download_area/myami/dbschema |
||
6 | python schema_update.py |
||
7 | </pre> |
||
8 | |||
9 | This will print out a list of commands to paste into a shell which will run database update scripts. |
||
10 | You can re-run schema_update.py at any time to update the list of which scripts still need to be run. |