Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Update BPCS and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
reefdog committed Jan 29, 2016
1 parent eb34ac8 commit 9c2ee98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -14,7 +14,7 @@ GIT

GIT
remote: git@github.com:documentcloud/bull_proof_china_shop
revision: 89c49490def036af6f838e20a877b93cf7a6e046
revision: 6316e57dcbef0ccf3fe377069734fa761ef12b73
branch: master
specs:
bull_proof_china_shop (0.0.1)
Expand Down Expand Up @@ -404,4 +404,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.10.6
1.11.2
19 changes: 1 addition & 18 deletions db/schema.rb
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20160120214245) do
ActiveRecord::Schema.define(version: 20160129000705) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -108,23 +108,6 @@
t.datetime "end_date_actual"
end

create_table "bull_proof_china_shop_proposal_plans", force: :cascade do |t|
t.string "stripe_plan_id"
t.integer "proposal_id"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end

create_table "bull_proof_china_shop_proposals", force: :cascade do |t|
t.integer "dc_admin_id"
t.integer "status", default: 1
t.string "token"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "permit_id"
t.integer "account_request_id"
end

create_table "collaborations", force: :cascade do |t|
t.integer "project_id", null: false
t.integer "account_id", null: false
Expand Down

0 comments on commit 9c2ee98

Please sign in to comment.