diff --git a/db/schema.rb b/db/schema.rb index 2769947..ec7489c 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,14 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20131219115819) do +ActiveRecord::Schema.define(version: 20140124124835) do + + create_table "mezuro_configuration_ownerships", force: true do |t| + t.integer "user_id" + t.integer "mezuro_configuration_id" + t.datetime "created_at" + t.datetime "updated_at" + end create_table "project_ownerships", force: true do |t| t.integer "user_id" @@ -27,6 +34,12 @@ ActiveRecord::Schema.define(version: 20131219115819) do t.datetime "updated_at" end + create_table "repositories", force: true do |t| + t.string "name" + t.datetime "created_at" + t.datetime "updated_at" + end + create_table "users", force: true do |t| t.string "name", default: "", null: false t.string "email", default: "", null: false -- libgit2 0.21.2