internal/store/migrate/sql/002_conflicts.sql
154431fd
1CREATE TABLE IF NOT EXISTS conflicts ( 2 path TEXT PRIMARY KEY 3);