Set minimum prefix length 3 on manticore actors table.
This commit is contained in:
@@ -94,7 +94,7 @@ exports.up = async (knex) => {
|
||||
created_at timestamp
|
||||
)`);
|
||||
|
||||
await utilsApi.sql(`create table actors (${actorsFields})`);
|
||||
await utilsApi.sql(`create table actors (${actorsFields}) min_prefix_len='3'`);
|
||||
|
||||
await utilsApi.sql(`create table actors_stashed (
|
||||
actor_id int,
|
||||
|
||||
Reference in New Issue
Block a user