Hi there, I've been trying to write some rake tasks like those available for active record migrations in rails. The thing I would particularly like to do is create a "sq:migrate:redo STEP=?" command which rolls back and then re-migrates the last ? migrations.
However, it seems to me you'd neet to know the current migration version to do this, and this seems to be a private variable in the migrator. Is there any other way of making a task like this, or is it somehow possible to find the current migration version? -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
