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

3 lines
64 B
MySQL
Raw Normal View History

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