Added Fantasy Massage sites. Improved Private scraper, added movie link.

This commit is contained in:
2020-02-08 04:52:32 +01:00
parent ff8ab2fe09
commit d2cb74a252
5 changed files with 143 additions and 95 deletions

View File

@@ -105,7 +105,7 @@ exports.up = knex => Promise.resolve()
table.string('name');
table.string('url');
table.text('description');
table.string('parameters');
table.text('parameters');
table.string('slug', 32)
.unique();
@@ -140,7 +140,7 @@ exports.up = knex => Promise.resolve()
table.string('name');
table.string('url');
table.text('description');
table.string('parameters');
table.text('parameters');
table.integer('priority', 3)
.defaultTo(0);