forked from DebaucheryLibrarian/traxxx
Added profile interpolation.
This commit is contained in:
@@ -312,6 +312,10 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('piercings');
|
||||
table.string('tattoos');
|
||||
|
||||
table.string('avatar_media_id', 21)
|
||||
.references('id')
|
||||
.inTable('media');
|
||||
|
||||
table.integer('batch_id', 12)
|
||||
.references('id')
|
||||
.inTable('batches');
|
||||
|
||||
Reference in New Issue
Block a user