catalog-backend: review fixups from #2970

Co-authored-by: blam <ben@blam.sh>
This commit is contained in:
Patrik Oldsberg
2020-10-21 14:15:27 +02:00
parent 27f87526c0
commit a7478736bd
2 changed files with 3 additions and 2 deletions
@@ -28,7 +28,7 @@ exports.up = async function up(knex) {
.inTable('entities')
.onDelete('CASCADE')
.notNullable()
.comment('The originating entity of the relation');
.comment('The entity that provided the relation');
table
.string('source_full_name')
.notNullable()