Move tag posters and photos to media database.
This commit is contained in:
@@ -228,6 +228,7 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('quality', 6);
|
||||
|
||||
table.string('hash');
|
||||
table.text('comment');
|
||||
table.string('source', 1000);
|
||||
|
||||
table.unique(['domain', 'target_id', 'role', 'hash']);
|
||||
|
||||
Reference in New Issue
Block a user