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

14 lines
254 B
MySQL
Raw Permalink 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;
2022-11-28 21:01:03 +01:00
DROP TABLE state_base;
DROP TABLE state_diff;