Fix Bazaar migration error

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-12-02 15:44:40 +01:00
parent a05e7081b8
commit 210fcf63ee
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-bazaar-backend': patch
---
Handle migration error when old data is present in the database
@@ -29,6 +29,7 @@ exports.up = async function up(knex) {
.comment('Optional end date of the project (ISO 8601 format)');
table
.text('responsible')
.defaultTo('')
.notNullable()
.comment('Contact person of the project');
});