test/dummy/db/schema.rb in help_popups-0.1.1 vs test/dummy/db/schema.rb in help_popups-1.0.0

- old
+ new

@@ -8,10 +8,10 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20120723215704) do +ActiveRecord::Schema.define(:version => 20120723220037) do create_table "help_popups_topics", :force => true do |t| t.string "code" t.string "title" t.text "body"