waveterm/db/migrations/000001_init.down.sql

11 lines
207 B
MySQL
Raw Normal View History

DROP TABLE client;
DROP TABLE session;
DROP TABLE window;
2022-07-12 23:27:16 +02:00
DROP TABLE screen;
DROP TABLE screen_window;
DROP TABLE remote_instance;
DROP TABLE line;
DROP TABLE remote;
2022-07-07 09:10:37 +02:00
DROP TABLE cmd;
DROP TABLE history;