From 3449f875e8ee1ff65385f47f7a557f31f900384e Mon Sep 17 00:00:00 2001 From: saint Date: Wed, 26 Jun 2024 15:39:17 +1000 Subject: [PATCH] v0.15 Remove commented line from SQL syntax --- gossamer_forums.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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