forked from science-ation/science-ation
6a9b470698
This gives us a much more robust database versioning system
8 lines
370 B
Plaintext
8 lines
370 B
Plaintext
db.code.version.txt - contains the version number of the database that the code requires
|
|
db_update.php - will update the db to the newest version (db.code=db.db)
|
|
|
|
db.update.1.sql - the SQL commands required to update - to upgrade across multiple versions
|
|
db.update.2.sql - each file should be executed in sequence from the current version up.
|
|
db.update.3.sql - etc
|
|
|