mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-06-10 00:13:42 +00:00
5 lines
144 B
SQL
5 lines
144 B
SQL
DROP TABLE IF EXISTS team_messages;
|
|
DROP TABLE IF EXISTS team_tasks;
|
|
DROP TABLE IF EXISTS agent_team_members;
|
|
DROP TABLE IF EXISTS agent_teams;
|