Storing actor profile URL when provided from scene page.

This commit is contained in:
DebaucheryLibrarian
2020-08-31 02:43:41 +02:00
parent 1bfdf4b232
commit f6353ca14c
9 changed files with 99 additions and 3 deletions

View File

@@ -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);