Added self hash filtering to media module. Moved Girl Girl back to Jules Jordan.
This commit is contained in:
@@ -296,6 +296,9 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('piercings');
|
||||
table.string('tattoos');
|
||||
|
||||
table.datetime('updated_at')
|
||||
.defaultTo(knex.fn.now());
|
||||
|
||||
table.datetime('created_at')
|
||||
.defaultTo(knex.fn.now());
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user