Fixed INSERT statement
This commit is contained in:
parent
b92ee9c8d5
commit
afe8ee9889
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ SQL
|
|||
if postgres?
|
||||
execute %{
|
||||
INSERT INTO posts (
|
||||
tmp_old_id AS id, author_id, public, diaspora_handle, guid, pending, type, text,
|
||||
tmp_old_id, author_id, public, diaspora_handle, guid, pending, type, text,
|
||||
remote_photo_path, remote_photo_name, random_string, processed_image,
|
||||
youtube_titles, created_at, updated_at, unprocessed_image,
|
||||
object_url, image_url, image_height, image_width,
|
||||
|
|
|
|||
Loading…
Reference in a new issue