Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes

This commit is contained in:
Lykke Axlin
2021-12-13 16:01:44 +01:00
1181 changed files with 43445 additions and 7315 deletions
@@ -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');
});