Skip to content

Commit f566d82

Browse files
committed
One more non-nullable fix
1 parent e652fd5 commit f566d82

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)