30/5-23: First draft. Need technical analysis and test design. 31/5-23: Add technical analysis and solution. Draft test design. Need refinement of test design. Registering expenses: Continuously tracking expenses can be a tedious task. In reality, no matter how much I’d like to say that I keep a 100% log of all transactions, I also missContinue reading “PB2/CR #1: Register expenses”
Category Archives: Personal Budget 2
Making migrations on a local PostgreSQL database with psql and bash scripts
Budget 2 project, i want to be able to develop the database model over time. This results in a series of changes to the model – migrations to be more specific. In order to work with this in a more structured way, where it is possible to revisit earlier versions etc., i want to executeContinue reading “Making migrations on a local PostgreSQL database with psql and bash scripts”