Fix incorrect SQL

This commit is contained in:
Damian Mooyman 2015-10-16 11:47:58 +13:00
parent f932aa4b04
commit 90a7539ebd
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class PostgreSQLDatabase extends SS_Database {
'0 AS "ParentID"',
'"Title"',
'NULL AS "URLSegment"',
'NULL "Content"',
'NULL AS "Content"',
'"LastEdited"',
'"Created"',
'"Name"',