james
|
2927eee193
|
Ahh found the encoding problem, need to set the charset on the command line mysql --defualt-character-set when running INSTALL or DBUPDATE scripts.
|
2007-11-15 20:45:19 +00:00 |
|
james
|
ba0714fba3
|
If the installation can only find an older version of the "full" installer, then
automatically run the update script to get up to the newest version
|
2006-10-26 02:31:50 +00:00 |
|
james
|
122194d296
|
Change installer to look for an older version of the "full" database if the newest (required) version cannot be found. The user will then need to manually update from whatever version is installed to the newest (using db_update.php)
|
2005-11-25 15:16:47 +00:00 |
|
james
|
6a9b470698
|
Switch the database versioning code from a flat textfile (db/db.db.version.txt) to a record in the config table (var=DBVERSION, year=0)
This gives us a much more robust database versioning system
|
2005-06-07 21:03:55 +00:00 |
|
james
|
65954a35b9
|
Fix the file that gets imported for step 2, add more checking to step 3
|
2005-06-06 17:19:17 +00:00 |
|
james
|
8a59a293b2
|
Finish install2 script, now just need to populate the db with installer step 3
|
2005-05-27 21:42:32 +00:00 |
|
james
|
8407f7dab9
|
Update the installer, and split it into two steps (maybe a third to come?)
1) create the data/config.inc.php database connection file
2) create all the tables
|
2005-05-26 21:05:26 +00:00 |
|