Passing matching site to profile scrapers. Allowing scrapers to pass avatar metadata. Added scraper and copyright properties to media. Auto-adding copyright from site or scraper to avatars. Separated Porn Pros from Whale Member.
This commit is contained in:
@@ -31,6 +31,8 @@ exports.up = knex => Promise.resolve()
|
||||
table.float('entropy');
|
||||
|
||||
table.text('comment');
|
||||
table.string('scraper', 32);
|
||||
table.string('copyright', 100);
|
||||
table.string('source', 1000);
|
||||
|
||||
table.unique('hash');
|
||||
|
||||
Reference in New Issue
Block a user