spec/dummy/db/schema.rb in bit_player-0.2.5 vs spec/dummy/db/schema.rb in bit_player-0.3.0
- old
+ new
@@ -9,11 +9,11 @@
# 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 that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140402225703) do
+ActiveRecord::Schema.define(version: 20140619200219) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
create_table "bit_player_content_modules", force: true do |t|
@@ -30,9 +30,14 @@
t.integer "source_content_id"
t.integer "bit_player_content_module_id", null: false
t.integer "position", default: 1, null: false
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "template_path"
+ t.string "data_class_name"
+ t.text "data_attributes"
+ t.boolean "show_next_nav"
+ t.text "locals"
end
add_index "bit_player_content_providers", ["bit_player_content_module_id"], name: "content_module_index", using: :btree
create_table "bit_player_participant_statuses", force: true do |t|