arche / internal/store/migrate/sql/009_watcher_pid.sql

commit a22ffc45
1CREATE TABLE IF NOT EXISTS watcher_pid (
2    pid INTEGER NOT NULL
3);