mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:29:07 +00:00
Set defaults for new migrations,
to ensure updating photoview is seemless
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
ALTER TABLE site_info
|
||||
ADD COLUMN IF NOT EXISTS periodic_scan_interval int(8) NOT NULL,
|
||||
ADD COLUMN IF NOT EXISTS concurrent_workers int(8) NOT NULL;
|
||||
ADD COLUMN IF NOT EXISTS periodic_scan_interval int(8) NOT NULL DEFAULT 0,
|
||||
ADD COLUMN IF NOT EXISTS concurrent_workers int(8) NOT NULL DEFAULT 3;
|
||||
|
||||
Reference in New Issue
Block a user