Pslink/migrations/2021-02-03-113236_initial/down.sql

3 lines
81 B
MySQL
Raw Normal View History

2021-02-04 15:07:55 +01:00
-- This file should undo anything in `up.sql`
DROP TABLE users;
DROP TABLE links;