Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DietBepis1 committed Dec 18, 2024
1 parent f566d82 commit ca17fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
})

await knex.schema.alterTable('campaigns', (table) => {
table.integer('letter_template_id').unsigned().notNullable()
table.integer('letter_template_id').unsigned()
table.foreign('letter_template_id').references('letter_templates.id')
})
},
Expand Down

0 comments on commit ca17fa3

Please sign in to comment.