Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mauberti-bc committed Sep 24, 2024
1 parent 4793c8f commit d98fa07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Knex } from 'knex';
* @return {*} {Promise<void>}
*/
export async function up(knex: Knex): Promise<void> {
await knex.raw(`--sql
await knex.raw(`
SET SEARCH_PATH=biohub;
UPDATE observation_subcount
Expand Down

0 comments on commit d98fa07

Please sign in to comment.