mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:28:53 +00:00
5 lines
115 B
SQL
5 lines
115 B
SQL
|
|
ALTER TABLE site_info
|
|
DROP COLUMN IF EXISTS periodic_scan_interval,
|
|
DROP COLUMN IF EXISTS concurrent_workers;
|