Commit 4f2d28a
Add PostgreSQL migration tasks to Taskfile
- Added django:migrate:postgres task to run migrations on PostgreSQL in docker-compose
- Added django:showmigrations task to view migration status with PostgreSQL
- Both tasks use pythonie.settings.pgdev for PostgreSQL database configuration
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e175ccb commit 4f2d28a
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
133 | 143 | | |
134 | 144 | | |
135 | 145 | | |
| |||
0 commit comments