hanged info field in backp_ids to store text data
(used when restoring long portions of data)
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2003051600; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2003052000; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "0.1.5 alpha"; // User-friendly version number
|
||||
$backup_release = "0.2.1 alpha"; // User-friendly version number
|
||||
|
||||
Reference in New Issue
Block a user