spec/dummy/db/schema.rb in extreme_aas-0.0.1 vs spec/dummy/db/schema.rb in extreme_aas-0.0.2

- old
+ new

@@ -9,20 +9,21 @@ # 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 => 20120413132357) do +ActiveRecord::Schema.define(:version => 20120419100824) do create_table "extreme_action_edges", :force => true do |t| t.integer "child_action_id" t.integer "parent_action_id" t.datetime "created_at", :null => false t.datetime "updated_at", :null => false end create_table "extreme_action_groups", :force => true do |t| t.string "name" + t.boolean "volatile" t.datetime "created_at", :null => false t.datetime "updated_at", :null => false end create_table "extreme_actions", :force => true do |t|