I am still working away on this I 'rake db:drop' and then did another rake db migrate and came up with this problem that caused the rake to abort.
Cannot add a NOT NULL column with default value NULL: ALTER TABLE "events" ADD "privacy" integer NOT NULL I am looking at that migration I can see what the software is telling me I just don't know what to alter. I see: add_column :events, :privacy, :integer, :null => false Do I remove :null =>false???? GB --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
