Merge pull request #18921 from PeteLevineA/continued-mysql-support

patch: Add Continued MySQL Support
This commit is contained in:
Fredrik Adelöw
2023-08-22 13:23:03 +02:00
committed by GitHub
28 changed files with 172 additions and 66 deletions
@@ -32,7 +32,7 @@ exports.up = async function up(knex) {
.comment('An insert counter to ensure ordering');
table.uuid('id').notNullable().comment('The ID of the Linguist result');
table
.text('entity_ref')
.string('entity_ref')
.unique()
.notNullable()
.comment('The entity ref that this Linguist result applies to');