mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Fix typos
This commit is contained in:
parent
bde42e397c
commit
a313ddf8e3
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ class ImportScripts::Drupal < ImportScripts::Base
|
|||
n.created created,
|
||||
n.sticky sticky,
|
||||
nr.body body
|
||||
FROM node n,
|
||||
LEFT JOIN node_revision nr ON nr.vid=n.vid
|
||||
FROM node n
|
||||
LEFT JOIN node_revisions nr ON nr.vid=n.vid
|
||||
WHERE n.type = 'blog'
|
||||
AND n.status = 1
|
||||
", cache_rows: false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue