home · contact · privacy
Refactor Days tests into those with and without DB setup need.
[plomtask] / scripts / init.sql
1 CREATE TABLE days (
2     date TEXT PRIMARY KEY
3 );