Adds `auto_accept_peering` integer column (default 1/true) to the `instance_settings` singleton table, controlling whether this instance auto-accepts incoming peering requests. Includes generated migration `0001_clear_earthquake.sql` applied automatically on server boot.
1 line
85 B
SQL
1 line
85 B
SQL
ALTER TABLE `instance_settings` ADD `auto_accept_peering` integer DEFAULT 1 NOT NULL; |