Changes between Version 1 and Version 2 of Upgrade_Database
- Timestamp:
- 2010-07-15T17:55:47Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Upgrade_Database
v1 v2 6 6 * Make the database changes and do the development. Remember the changes. 7 7 * Create a file under app/config/sql, name it as delta_#.sql, where # is the next database version. To find out the current version, check the line "define('DATABASE_VERSION', #);" in app/config/core.php. The next version will be current version +1. 8 * Copy the SQL statements for changing the database in to delta file. 8 9 * Change the database version in app/config/core.php from: 9 10 {{{