mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Use type numeric(5,2) to store value 100.00
This commit is contained in:
parent
1b6fe5003a
commit
5a8c647613
3 changed files with 7 additions and 2 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 = 2005050600; // YYYYMMDD = date
|
||||
$version = 2005051500; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.5 ALPHA'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue