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
|
||||
|
|
|
|||
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue