sinatra-sequel icon indicating copy to clipboard operation
sinatra-sequel copied to clipboard

Up and Down migrations

Open JGrubb opened this issue 15 years ago • 1 comments
trafficstars

Sorry for being thick, but what am I missing here? When I write out migrations as you have them in the README (up only), they work just fine. When I write them out the way that the Sequel docs have them (specifying an up and down migration) I get an error saying "no method" for up, and then it hangs. Can you point me in the right direction?

Thanks for the tool. It's very helpful in trying to get my head around this stuff.

JGrubb avatar Nov 22 '10 20:11 JGrubb

Sinatra-sequel does not support down migrations yet.

rstacruz avatar Aug 18 '11 16:08 rstacruz