Skip to content

Commit

Permalink
Merge branch 'main' into feature/383-splash-page
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner authored Dec 15, 2024
2 parents a86c990 + 16bca78 commit 8f3b8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function up(knex) {
table.string('type').notNullable();
table.string('file_name').notNullable();
table.binary('data').notNullable();
table.string('extract').notNullable();
table.text('extract').notNullable();
});
}

Expand Down

0 comments on commit 8f3b8e1

Please sign in to comment.