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

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