prijatelilab / PrijateliTree

A FastAPI application used to play lab games and collect survey data.
MIT License
1 stars 0 forks source link

Change Denir to Denar #112

Closed michplunkett closed 10 months ago

michplunkett commented 10 months ago

Describe Your Changes

Change references to denirs to denars.

Non-Obvious Technical Information

Since we have not added anything to the Denirs table as of yet, we should be fine with blowing away the table in the renaming.

Checklist Before Requesting a Review

(prijatelitree-py3.11) michaelp@MacBook-Air-18 PrijateliTree % make update_db
docker-compose run --rm web alembic --config=./prijateli_tree/migrations/alembic.ini upgrade head
[+] Building 0.0s (0/0)                                                                                                                                                                    docker:desktop-linux
[+] Creating 1/0
 ✔ Container prijatelitree-postgres-1  Running                                                                                                                                                             0.0s 
[+] Building 0.0s (0/0)                                                                                                                                                                    docker:desktop-linux
INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO  [alembic.runtime.migration] Will assume transactional DDL.
INFO  [alembic.runtime.migration] Running upgrade 2a3cc1015699 -> e07d61e85a9d, empty message
(prijatelitree-py3.11) michaelp@MacBook-Air-18 PrijateliTree %