Version Updated to a Rounded Number.
We'll use this number to determinate the code to be used in quiz restore making these assumptions: - backup_version < 2005043000, old quiz version. - backup_version >=2005043000, new quiz version. This will cover near every backup in the world, only some backups generated last week will be wrong but I think we can ignore them (we are in alpha stage).
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@
|
||||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2005042300; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2005043000; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "1.5 beta"; // User-friendly version number
|
||||
|
||||
Reference in New Issue
Block a user