mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:12:46 +08:00
Fix migrate AddCssClassNameToEmbeddableHosts
This commit is contained in:
parent
84cd19686c
commit
b7d16de914
|
@ -1,4 +1,4 @@
|
|||
class AddEmbedClassNameToEmbeddableHosts < ActiveRecord::Migration
|
||||
class AddCssClassNameToEmbeddableHosts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :embeddable_hosts, :class_name, :string
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user