about summary refs log tree commit diff
path: root/web/panettone/src/model.lisp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-28 r/1497 feat(panettone): Use postgres as the storage backendGriffin Smith1-0/+225
Switch from cl-prevalence to postgres (via postmodern) as the storage backend for panettone. The first time the application starts up after this commit, it will (idempotently) initialize the db schema and migrate over all data from the prevalence snapshot to the database - the plan is then to get rid of the prevalence classes and dependency once that's deployed. Change-Id: I4f35707efead67d8854f1c224ef67f8471620453 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1467 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: eta <eta@theta.eu.org>