Plume/migrations/postgres/2018-05-10-154336_create_likes/down.sql

3 lines
64 B
MySQL
Raw Normal View History

2018-05-10 15:54:35 +00:00
-- This file should undo anything in `up.sql`
DROP TABLE likes;