mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-01 23:21:59 +01:00
fix down migration
This commit is contained in:
parent
b2dc52e166
commit
61a07d4025
@ -8,3 +8,6 @@ DROP TABLE line;
|
|||||||
DROP TABLE remote;
|
DROP TABLE remote;
|
||||||
DROP TABLE cmd;
|
DROP TABLE cmd;
|
||||||
DROP TABLE history;
|
DROP TABLE history;
|
||||||
|
DROP TABLE state_base;
|
||||||
|
DROP TABLE state_diff;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user