mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Update master to 2.0 for 4.0 compatibility
This commit is contained in:
parent
750f4a9d9f
commit
f932aa4b04
@ -295,7 +295,6 @@ class PostgreSQLDatabase extends SS_Database {
|
||||
'"Content"',
|
||||
'"LastEdited"',
|
||||
'"Created"',
|
||||
'NULL AS "Filename"',
|
||||
'NULL AS "Name"',
|
||||
'"CanViewType"'
|
||||
),
|
||||
@ -305,10 +304,9 @@ class PostgreSQLDatabase extends SS_Database {
|
||||
'0 AS "ParentID"',
|
||||
'"Title"',
|
||||
'NULL AS "URLSegment"',
|
||||
'"Content"',
|
||||
'NULL "Content"',
|
||||
'"LastEdited"',
|
||||
'"Created"',
|
||||
'"Filename"',
|
||||
'"Name"',
|
||||
'NULL AS "CanViewType"'
|
||||
)
|
||||
|
@ -10,11 +10,11 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"silverstripe/framework": ">=3.2"
|
||||
"silverstripe/framework": "~4.0"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.2.x-dev"
|
||||
"dev-master": "2.0.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user