v0.15 Remove commented line from SQL syntax
This commit is contained in:
parent
fdb69f2d73
commit
3449f875e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user