[PATCH] D40704: Import db.migrate module in update command.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 15:27:46 PST 2017
fhahn added a comment.
In https://reviews.llvm.org/D40704#942478, @MatzeB wrote:
> I would have expected that you can just setup the postgresql connection in lnt.cfg and the tables get created on first server startup. Though admittedly I haven't setup any production servers, so I may be missing something...
Ok I tried it again and indeed the databases are created when starting the server. Should I remove `update`?
https://reviews.llvm.org/D40704
More information about the llvm-commits
mailing list