Skip to content

Conversation

arthanson
Copy link
Contributor

Fixes: #172

Avoid postgresql errors pre migration run. The root issue is the init code trying to access the COT table before migrations have been run. To avoid this the check has been changed from using Django ORM (which will cause an error) to RAW SQL to check for the existence of the table.

@arthanson arthanson marked this pull request as ready for review September 19, 2025 17:28
@arthanson arthanson requested a review from bctiemann September 19, 2025 17:29
@bctiemann bctiemann merged commit 0db00de into main Sep 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

postgres ERROR on startup
2 participants