Use text column type
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
exports.up = async function up(knex) {
|
||||
await knex.schema.alterTable('tasks', table => {
|
||||
table
|
||||
.string('secrets')
|
||||
.text('secrets')
|
||||
.nullable()
|
||||
.comment('JSON encoded secrets to authenticate tasks with');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user