Skip to content

Commit

Permalink
Update api/src/database/migrations/20211016A-add-webhook-headers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten authored and Jakob-em committed Oct 29, 2021
1 parent 741215c commit 4b9ccbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function up(knex: Knex): Promise<void> {
}

export async function down(knex: Knex): Promise<void> {
await knex.schema.alterTable('directus_presets', (table) => {
await knex.schema.alterTable('directus_webhooks', (table) => {
table.dropColumn('headers');
});
}

0 comments on commit 4b9ccbd

Please sign in to comment.