Pooru/migrations/kind_2_down.sql

6 lines
57 B
SQL

DELETE FROM kind WHERE id IN (
'x',
'r',
'c',
'a'
);