组织首页改版,增加精选、新闻

This commit is contained in:
xxq250 2023-04-10 15:35:10 +08:00
parent 3f20436bd8
commit e938ce2e25
1 changed files with 6 additions and 0 deletions

View File

@ -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