This file contains snippets of code that you can execute in a postgres client in order to carry out certain user stories at the database-level
Running the below commands assumes that you have taken the 2 steps (in order):
- seed the database
- run latest database migrations (ie. the ones provided by the db--payment_model_changes branch of the Legible Monorepo)
-- user signals intent to buy
begin;