arche / internal/store/migrate/sql/002_conflicts.sql

commit 154431fd
1CREATE TABLE IF NOT EXISTS conflicts (
2    path TEXT PRIMARY KEY
3);