sinatra-sequel
sinatra-sequel copied to clipboard
Up and Down migrations
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.
Sinatra-sequel does not support down migrations yet.