Skip to content

Commit

Permalink
Merge pull request #1013 from OpenSourceFellows/migration_fix
Browse files Browse the repository at this point in the history
One more non-nullable fix
  • Loading branch information
DietBepis1 authored Dec 18, 2024
2 parents a0e112c + f566d82 commit c86eef2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
useNative: true,
enumName: 'delivery_methods'
})
.notNullable()
table.string('email')
})

Expand Down

0 comments on commit c86eef2

Please sign in to comment.