Skip to content

Commit

Permalink
ignore-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Jan 24, 2024
1 parent 3c08328 commit 434856a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/src/migrations/20240119000000_taxonomy_tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export async function up(knex: Knex): Promise<void> {
create trigger audit_taxon_alias_origin before insert or update or delete on taxon_alias_origin for each row execute procedure tr_audit_trigger();
create trigger journal_taxon_alias_origin after insert or update or delete on taxon_alias_origin for each row execute procedure tr_journal_trigger();
`);
}

Expand Down

0 comments on commit 434856a

Please sign in to comment.