mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Replaced the grade_outcomes_courses table that was deleted by accident
This commit is contained in:
parent
9838bfa6b2
commit
521d54ecea
3 changed files with 36 additions and 12 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 = 2007073000; // YYYYMMDD = date
|
||||
$version = 2007073100; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.9 dev'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue