remove unnecessary testing, fix columns, feedback

Signed-off-by: lpete@vmware.com <lpete@vmware.com>

fix issues with merge

Signed-off-by: lpete@vmware.com <lpete@vmware.com>
This commit is contained in:
lpete@vmware.com
2023-08-15 10:09:05 -04:00
parent 8f61efaea5
commit a2960b0667
9 changed files with 37 additions and 95 deletions
@@ -25,7 +25,7 @@ exports.up = async function up(knex) {
'A cache of static assets that where previously deployed and may still be lazy-loaded by clients',
);
table
.string('path')
.text('path', 'longtext')
.primary()
.notNullable()
.comment('The path of the file');