mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-21840 backup - table for files handling on restore. Big thanks to MySQL for being so... limited?
This commit is contained in:
parent
c44d4aeeee
commit
8bc29d46b4
3 changed files with 51 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2010071701; // YYYYMMDD = date of the last version bump
|
||||
$version = 2010071800; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 Preview 4+ (Build: 20100718)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue