mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge branch 'pr/4797' into 3
This commit is contained in:
commit
1bc7297c8f
@ -17,7 +17,7 @@ class Permission extends DataObject implements TemplateGlobalProvider {
|
|||||||
// the (1) after Type specifies the DB default value which is needed for
|
// the (1) after Type specifies the DB default value which is needed for
|
||||||
// upgrades from older SilverStripe versions
|
// upgrades from older SilverStripe versions
|
||||||
private static $db = array(
|
private static $db = array(
|
||||||
"Code" => "Varchar",
|
"Code" => "Varchar(255)",
|
||||||
"Arg" => "Int",
|
"Arg" => "Int",
|
||||||
"Type" => "Int(1)"
|
"Type" => "Int(1)"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user