test: try fixing namespace length
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
14c9f68f38
commit
32a208a548
@@ -22,7 +22,7 @@
|
||||
exports.up = async function up(knex) {
|
||||
await knex.schema.alterTable('static_assets_cache', table => {
|
||||
// The namespace is used to allow operations on asset groups, e.g. delete all assets in a namespace
|
||||
table.text('namespace').comment('The namespace of the file');
|
||||
table.string('namespace').comment('The namespace of the file');
|
||||
table.index('namespace', 'static_asset_cache_namespace_idx');
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user