piggybak / demo

Piggybak demo, no longer under development
6 stars 13 forks source link

Cannot run Migrations #8

Closed xrimpy closed 10 years ago

xrimpy commented 10 years ago

"piggybak_countries" does not exist, fixed that got more errors down the line.

Also, tried importing sample.psql it failed.

I am working on it myself, please do suggest a solution if you get the time.

stephskardal commented 10 years ago

sample.psql may need to be modified to read as "DROP TABLE IF EXISTS x CASCADE" instead of "DROP TABLE x CASCADE". This may allow it to get through all the DROP TABLE issues.

stephskardal commented 10 years ago

Should work better now - recent fix in Piggybak & ported to demo.