Files
status-go/internal/db/appdatabase/migrations/sql/1754923284_cleanup_node_config.up.sql
Igor Sirotin 6c9070fbe9 refactor: project layout (databases, abi-spec, connection) (#7205)
* chore: move databases to internal/db

* chore: move internal/db/sqlite

* chore: internal/abi-spec

* chore: move internal/connection

* chore: internal/circuitbreaker

* chore: internal/transactions

* fix: rebase issues
2025-12-15 12:01:03 +00:00

11 lines
608 B
SQL

ALTER TABLE shhext_config DROP COLUMN enable_connection_manager;
ALTER TABLE shhext_config DROP COLUMN enable_last_used_monitor;
ALTER TABLE shhext_config DROP COLUMN connection_target;
ALTER TABLE shhext_config DROP COLUMN request_delay;
ALTER TABLE shhext_config DROP COLUMN max_server_failures;
ALTER TABLE shhext_config DROP COLUMN max_message_delivery_attempts;
ALTER TABLE shhext_config DROP COLUMN whisper_cache_dir;
ALTER TABLE shhext_config DROP COLUMN disable_generic_discovery_topic;
ALTER TABLE shhext_config DROP COLUMN send_v1_messages;
ALTER TABLE shhext_config DROP COLUMN data_sync_enabled;