This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
waveterm
Watch
1
Star
0
Fork
0
You've already forked waveterm
mirror of
https://github.com/wavetermdev/waveterm.git
synced
2025-01-07 19:28:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1a9c427d22
waveterm
/
db
/
migrations
/
000002_activity.down.sql
4 lines
65 B
MySQL
Raw
Normal View
History
Unescape
Escape
new API for client to log activity
2023-01-17 08:36:52 +01:00
DROP
TABLE
activity
;
send telemetry data to pcloud. pcloud dev settings (with PCLOUD_ENDPOINT). /client:show and /client:set commands (for no-telemetry)
2023-01-23 08:10:18 +01:00
ALTER
TABLE
client
DROP
COLUMN
clientopts
;
Reference in New Issue
Copy Permalink