| From: | Célestin Matte <celestin(dot)matte(at)cmatte(dot)me> |
|---|---|
| To: | pgsql-www(at)lists(dot)postgresql(dot)org |
| Subject: | [Patch] pglister: Bugfix: wrong dependency in eximintegration |
| Date: | 2023-07-31 09:02:18 |
| Message-ID: | 9c4e1d50-1970-fdcd-bf07-456cc23b1d3c@cmatte.me |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Migrations added in 1527758e as a synchronization with latest version of pgweb auth plugin cause migration to crash with the following error:
CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0001_initial, 0002_queue_idx in eximintegration).
As far as I understand the situation, the second migration in eximintegration depends on lists' 0001_initial instead of eximintegration's 0001_initial. Changing this dependency fixes the issue and allow django to migrate.
--
Célestin Matte
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Bugfix-wrong-dependency-in-eximintegration-breaks-mi.patch | text/x-patch | 899 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Célestin Matte | 2023-07-31 09:55:28 | pgarchive's search frontend |
| Previous Message | Joe Conway | 2023-07-25 12:35:55 | Re: Request editor access to the wiki |