Tweak Materials to allow anything

This commit is contained in:
Michael Ball 2020-07-10 22:03:51 -07:00
parent 74b77e132d
commit b553e0fed7
5 changed files with 24 additions and 23 deletions

View file

@ -406,7 +406,7 @@ ActiveRecord::Schema.define(version: 2020_07_10_215300) do
t.string "name", null: false
t.integer "size"
t.integer "venue_id", null: false
t.text "url"
t.string "url"
end
create_table "schedules", force: :cascade do |t|