Tweak Materials to allow anything
This commit is contained in:
parent
74b77e132d
commit
b553e0fed7
5 changed files with 24 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class AddUrlToRooms < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :rooms, :url, :text
|
||||
add_column :rooms, :url, :string
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue