mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class CreateEmbeddableHosts < ActiveRecord::Migration
|
||||
class CreateEmbeddableHosts < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :embeddable_hosts, force: true do |t|
|
||||
t.string :host, null: false
|
||||
|
Reference in New Issue
Block a user