MDL-33416 files: Remove unused reference fields in files table

Fields files.referencelastsync and files.referencelifetime just waste the space and actually duplicate the fields
files_reference.lifetime and files_reference.lastsync
This commit is contained in:
Marina Glancy
2013-09-27 16:50:08 +10:00
parent d45e65ccad
commit e2a61ee3db
6 changed files with 29 additions and 16 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013092700.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2013092700.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.