7 lines
141 B
MySQL
7 lines
141 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
|
||
|
DROP TABLE timeline;
|
||
|
DROP TABLE timeline_definition;
|
||
|
DROP TABLE list_elems;
|
||
|
DROP TABLE lists;
|