yeagerai / genlayer-simulator

MIT License
8 stars 2 forks source link

232 SIM Database Schema Migration #234

Open AgustinRamiroDiaz opened 4 days ago

AgustinRamiroDiaz commented 4 days ago

What

Reviewer tips

Testing done

From main to refactor branch

git checkout main
docker compose down
docker compose up --build postgres
git checkout 232-sim-database-schema-migration
docker compose up --build database-migration

Starting from refactor branch

git checkout 232-sim-database-schema-migration
docker compose down
docker compose up --build database-migration

Notes

docker compose down is used to delete the data from the postgres container

Possible future improvements

To keep PR size at its minimum, I've left this things out. I'll create some issues for them

AgustinRamiroDiaz commented 4 days ago

Please add the steps needed to test this PR :)

Sure! I've put it as a draft while its a WIP, you can unsubscribe from the notifications until I reopen it :)