mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Now we support to use the previous attribute in fields declaration
This commit is contained in:
parent
f521d32b71
commit
48c2be79be
@ -94,6 +94,8 @@ class XMLDBField extends XMLDBObject {
|
||||
}
|
||||
}
|
||||
$this->default = $default;
|
||||
|
||||
$this->previous = $previous;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user