forked from Plume/Plume
Generate migration files for adding NOT NULL constraints to email_blocklist table fields
% diesel migration generate add_not_null_constraint_to_email_blocklist
This commit is contained in:
parent
57a54cf016
commit
c0483cf12e
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
-- This file should undo anything in `up.sql`
|
|
@ -0,0 +1 @@
|
|||
-- Your SQL goes here
|
Loading…
Reference in a new issue