mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-13 23:41:00 +00:00
f3c05dae62
* Interface complete for the email blacklisting * Everything seems to work * Neutralize language * fix clippy warnings * Add missing spaces * Added matching test * Correct primary key datatype for postgresql * Address review comments * Add placeholder when empty. Fix missing 'i'
3 lines
75 B
SQL
3 lines
75 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
drop table email_blocklist;
|