Changes between Version 1 and Version 2 of Upgrade_Database


Ignore:
Timestamp:
2010-07-15T17:55:47Z (14 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Upgrade_Database

    v1 v2  
    66 * Make the database changes and do the development. Remember the changes.
    77 * 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.
    89 * Change the database version in app/config/core.php from:
    910{{{