forked from DebaucheryLibrarian/traxxx
Storing actor profile URL when provided from scene page.
This commit is contained in:
@@ -325,6 +325,8 @@ exports.up = knex => Promise.resolve()
|
||||
table.integer('priority', 4)
|
||||
.defaultTo(1);
|
||||
|
||||
table.text('url');
|
||||
|
||||
table.text('real_name');
|
||||
table.text('gender', 18);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user