mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-08 19:38:51 +01:00
11 lines
339 B
MySQL
11 lines
339 B
MySQL
|
ALTER TABLE history ADD COLUMN incognito boolean NOT NULL DEFAULT false;
|
||
|
ALTER TABLE history DROP COLUMN exitcode;
|
||
|
ALTER TABLE history DROP COLUMN durationms;
|
||
|
ALTER TABLE history DROP COLUMN festate;
|
||
|
ALTER TABLE history DROP COLUMN tags;
|
||
|
ALTER TABLE history DROP COLUMN status;
|
||
|
|
||
|
DROP TABLE session_tombstone;
|
||
|
DROP TABLE screen_tombstone;
|
||
|
|