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
|
# gossamer threads migration-import code
|
||||||
# v0.14
|
# v0.15
|
||||||
|
|
||||||
require 'mysql2'
|
require 'mysql2'
|
||||||
require 'open-uri'
|
require 'open-uri'
|
||||||
@ -64,7 +64,6 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
old_post_id INTEGER PRIMARY KEY,
|
old_post_id INTEGER PRIMARY KEY,
|
||||||
new_url TEXT,
|
new_url TEXT,
|
||||||
title TEXT
|
title TEXT
|
||||||
# created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
|
||||||
);
|
);
|
||||||
SQL
|
SQL
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user