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

@ -1,5 +1,5 @@
class AddUrlToRooms < ActiveRecord::Migration[5.2]
def change
add_column :rooms, :url, :text
add_column :rooms, :url, :string
end
end