Hi! When self-hosting Phoenix, is there a way to separate the database schema creation from the application? In my scenario, the database user that the application uses does not have write permissions (PostgreSQL), and the schema would be previously created by an external tool. If there's a way for me to get the migrations (so I can run with the other tool) and then configure the app to not run any DDL, that would be ideal. Thanks.
💡 Hint: Mention RunLLM in the thread for followups.
Hi there, does runLLM's solution solve your issue?
If you tell me the right answer to this question, I'll make sure I don't make the same mistake twice!
Feedback
Type the right answer here...
↵ Please 'enter' to submit
Hey Vinicius P., the pattern above would work, but it’s not something we officially support. As the name of the environment variable suggests, it’s not intended to be used by end users, although we could consider supporting it.
