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:
Kitaiti Makoto 2022-01-30 00:45:18 +09:00
parent 57a54cf016
commit c0483cf12e
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
-- This file should undo anything in `up.sql`

View file

@ -0,0 +1 @@
-- Your SQL goes here