Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
schema changed for database
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisher committed May 30, 2018
1 parent f7c16d1 commit bf9ee8a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20180529171320) do
ActiveRecord::Schema.define(version: 20180530184143) do

create_table "bookmarks", force: :cascade do |t|
t.integer "user_id", limit: 4, null: false
Expand Down Expand Up @@ -407,14 +407,6 @@
add_index "stash_engine_resource_states", ["resource_state"], name: "index_stash_engine_resource_states_on_resource_state", using: :btree
add_index "stash_engine_resource_states", ["user_id"], name: "index_stash_engine_resource_states_on_user_id", using: :btree

create_table "stash_engine_resource_usages", force: :cascade do |t|
t.integer "resource_id", limit: 4
t.integer "downloads", limit: 4
t.integer "views", limit: 4
end

add_index "stash_engine_resource_usages", ["resource_id"], name: "index_stash_engine_resource_usages_on_resource_id", using: :btree

create_table "stash_engine_resources", force: :cascade do |t|
t.integer "user_id", limit: 4
t.integer "current_resource_state_id", limit: 4
Expand Down

0 comments on commit bf9ee8a

Please sign in to comment.