forked from DebaucheryLibrarian/traxxx
Fixed profile location interpolation. Generalizing ethnicity, hair color and eye color.
This commit is contained in:
@@ -14,6 +14,7 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.integer('code', 3);
|
||||
table.string('nationality');
|
||||
|
||||
table.integer('priority', 2)
|
||||
.defaultTo(0);
|
||||
}))
|
||||
@@ -344,6 +345,8 @@ exports.up = knex => Promise.resolve()
|
||||
.inTable('sites');
|
||||
|
||||
table.unique(['actor_id', 'network_id', 'site_id']);
|
||||
table.integer('priority', 4)
|
||||
.defaultTo(1);
|
||||
|
||||
table.string('real_name');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user