diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 4d0a395..f159761 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1,5 +1,5 @@ # gossamer threads migration-import code -# v0.14 +# v0.15 require 'mysql2' require 'open-uri' @@ -64,7 +64,6 @@ class GossamerForumsImporter < ImportScripts::Base old_post_id INTEGER PRIMARY KEY, new_url TEXT, title TEXT -# created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); SQL end