v0.15 Remove commented line from SQL syntax

This commit is contained in:
David Sainty 2024-06-26 15:39:17 +10:00
parent fdb69f2d73
commit 3449f875e8

View File

@ -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