Howdy, I want to start managing a database. I've looked through FAQs and this group to attempt to find some sort of direction here. I may have missed it. If I have missed the existing FAQs I do apologize. Please kindly point me in the right direction.
What I have: - an existing database with a lot of tables, FKs, etc. What I want to do: - manage the database versions with this module moving forward. Options I see: 1. Start migrating from here with Sequel so the first change from here is "version 1". 2. Dump the entire schema currently into sequel speak and attempt to fake that into being version "1" of the schema. Then the first "change" is "version 2". I realize can go either of these routes and maybe some other possible methods but I wanted to make sure i was inline with the intent of the author. I'm sure there's a preferred method. Before I break stuff in my database I wanted to reach out. The issue being we didn't start from scratch with Sequel. I assume starting with Sequel is the more normal case. I'm always concerned about living on the "edge" (case). :) Any advise would be much appreciated, Thanks so much, -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
