mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 00:51:12 +00:00
* 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
11 lines
608 B
SQL
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;
|