mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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
|
||||
// upgrades from older SilverStripe versions
|
||||
private static $db = array(
|
||||
"Code" => "Varchar",
|
||||
"Code" => "Varchar(255)",
|
||||
"Arg" => "Int",
|
||||
"Type" => "Int(1)"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user