Skip to content
Snippets Groups Projects
Commit 4fc81c7b authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Add max_reservations_per_user column to resources table

parent 4692daaa
No related branches found
No related tags found
No related merge requests found
require 'active_record'
class AddMaxReservationsPerUser < ActiveRecord::Migration
def change
add_column :resources, :max_reservations_per_user, :integer, limit: 3, unsigned: true
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment