组织首页改版,增加精选、新闻
This commit is contained in:
parent
3f20436bd8
commit
e938ce2e25
|
@ -0,0 +1,6 @@
|
||||||
|
class AddOrganizationExtensionsNewsTitle < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :organization_extensions, :news_title, :string
|
||||||
|
add_column :organization_extensions, :news_url, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue