Allowing people to view/edit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddModifiedByToResources < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :resources, :modified_by, :integer
|
||||
end
|
||||
end
|
||||
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20140209104356) do
|
||||
ActiveRecord::Schema.define(:version => 20140209120648) do
|
||||
|
||||
create_table "cards", :force => true do |t|
|
||||
t.string "card_number"
|
||||
@@ -142,6 +142,7 @@ ActiveRecord::Schema.define(:version => 20140209104356) do
|
||||
t.string "estimated_value"
|
||||
t.integer "user_id"
|
||||
t.datetime "disposed_at"
|
||||
t.integer "modified_by"
|
||||
end
|
||||
|
||||
create_table "settings", :force => true do |t|
|
||||
|
||||
Reference in New Issue
Block a user