Skip to content

Commit 7dcdc3d

Browse files
Removed manual database setup step from docs now that the app lifecycle handles it
1 parent 8b3e3f7 commit 7dcdc3d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ account, verify a domain, get an API key, and paste the API key into the
136136
docker compose up -d
137137
```
138138

139-
### Create database tables and default permissions/roles
140-
141-
``` bash
142-
python migrations/set_up_db.py --drop
143-
```
144-
145139
### Run the development server
146140

147141
Make sure the development database is running and tables and default

README.qmd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ To use password recovery, register a [Resend](https://resend.com/) account, veri
152152
docker compose up -d
153153
```
154154

155-
### Create database tables and default permissions/roles
156-
157-
``` bash
158-
python migrations/set_up_db.py --drop
159-
```
160-
161155
### Run the development server
162156

163157
Make sure the development database is running and tables and default permissions/roles are created first.

0 commit comments

Comments
 (0)