4 lines
72 B
SQL
4 lines
72 B
SQL
DROP TABLE IF NOT EXISTS email_rule;
|
|
|
|
-- Add down migration script here
|
DROP TABLE IF NOT EXISTS email_rule;
|
|
|
|
-- Add down migration script here
|