25 | | 1) The databases directory contains what web2py knows about your database[[BR]] |
26 | | 2) You need to set Migrate=True in 00_db.py before you update the code and switch back to Migrate = False later on.[[BR]] |
27 | | 3) In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.[[BR]] |
| 25 | 1. The databases directory contains what web2py knows about your database |
| 26 | 2. You need to set Migrate=True in 000_config.py before you update the code and switch back to Migrate=False later on. |
| 27 | 3. In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly. |