> On 10 Aug 2016, at 22:27, David Escobar <[email protected]> wrote: > > > I've looked through the various options and cannot seem to find the Rails > equivalent of 'rake db:schema:load'. Am I missing the right way to invoke > this in Ecto, or did this get pushed out to a future version? >
You’re looking for ecto.load, and the complementary ecto.dump tasks. They save the database structure in the format native to the database - there’s no special DSL like rails schema has. Michał. -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/B2136460-A5F2-4CF0-A9EC-41A22DAE405B%40muskala.eu. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: Message signed with OpenPGP using GPGMail
