internal/store/migrate/sql/003_wcache_mode.sql
154431fd
1-- Add entry mode to wcache so fast-path snapshot can avoid re-statting unmodified files. 2ALTER TABLE wcache ADD COLUMN mode INTEGER NOT NULL DEFAULT 0;