Added Dogfart scraper. Added 'date added' property to release page.
This commit is contained in:
@@ -53,7 +53,7 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('name');
|
||||
table.string('url');
|
||||
table.text('description');
|
||||
table.enum('orientation', ['gay', 'bi', 'lesbian', 'trans']);
|
||||
table.string('parameters');
|
||||
|
||||
table.string('slug', 32)
|
||||
.unique();
|
||||
|
||||
Reference in New Issue
Block a user