Skip to content

Commit b501f5d

Browse files
committed
got to keep post ids aligned
1 parent 5aacdc0 commit b501f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

import_db.rb

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def import_posts(conn)
104104

105105
p =
106106
Post.new(
107+
id: post.id,
107108
raw: post.raw,
108109
cooked: PrettyText.cook(post.raw),
109110
user_id: post.user_id,

0 commit comments

Comments
 (0)