Skip to content

Commit c86eef2

Browse files
authored
Merge pull request #1013 from OpenSourceFellows/migration_fix
One more non-nullable fix
2 parents a0e112c + f566d82 commit c86eef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/db/migrations/20240817143934_create_letter_templates_table.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
useNative: true,
1818
enumName: 'delivery_methods'
1919
})
20-
.notNullable()
2120
table.string('email')
2221
})
2322

0 commit comments

Comments
 (0)