More resource tweaks
This commit is contained in:
5
db/migrate/20140209104356_add_disposed_at_to_resource.rb
Normal file
5
db/migrate/20140209104356_add_disposed_at_to_resource.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDisposedAtToResource < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :resources, :disposed_at, :datetime
|
||||
end
|
||||
end
|
||||
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20140209080523) do
|
||||
ActiveRecord::Schema.define(:version => 20140209104356) do
|
||||
|
||||
create_table "cards", :force => true do |t|
|
||||
t.string "card_number"
|
||||
@@ -141,6 +141,7 @@ ActiveRecord::Schema.define(:version => 20140209080523) do
|
||||
t.datetime "updated_at"
|
||||
t.string "estimated_value"
|
||||
t.integer "user_id"
|
||||
t.datetime "disposed_at"
|
||||
end
|
||||
|
||||
create_table "settings", :force => true do |t|
|
||||
|
||||
Reference in New Issue
Block a user