Path length to maximum pk, rm e2e mysql for now

Signed-off-by: lpete@vmware.com <lpete@vmware.com>
This commit is contained in:
lpete@vmware.com
2023-08-16 14:54:57 -04:00
parent ba7bdec126
commit 6ec403f3f0
2 changed files with 1 additions and 67 deletions
@@ -26,7 +26,7 @@ exports.up = async function up(knex) {
);
// setting to 64KB to account for long paths
table
.string('path', 65535)
.string('path', 16383)
.primary()
.notNullable()
.comment('The path of the file');