mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-09-03 00:17:57 +00:00
Squash merge PR #115 after resolving changelog and SQLite migration-map conflicts with current dev. Renumbered channel-context PostgreSQL migration to 000075 and bumped PG required schema to 75 plus SQLite schema to 44 so it follows the run timeline migration. Local checks passed: go test ./..., go build ./..., go build -tags sqliteonly ./..., go vet ./..., and pnpm -C ui/web build. PR CI run 26705617311 passed release-versioning, go, and web.
5 lines
188 B
SQL
5 lines
188 B
SQL
DROP TABLE IF EXISTS secure_cli_context_credentials;
|
|
DROP TABLE IF EXISTS secure_cli_context_grants;
|
|
DROP TABLE IF EXISTS mcp_context_credentials;
|
|
DROP TABLE IF EXISTS mcp_context_grants;
|