lang articles
This commit is contained in:
parent
a4dec1e000
commit
3fa40c0230
5
db/migrate/20171019131823_add_image_to_lang_articles.rb
Normal file
5
db/migrate/20171019131823_add_image_to_lang_articles.rb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class AddImageToLangArticles < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :lang_articles, :without_text_image_file_id, :integer
|
||||||
|
end
|
||||||
|
end
|
5
db/migrate/20171019131823_add_images_to_lang_pages.rb
Normal file
5
db/migrate/20171019131823_add_images_to_lang_pages.rb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class AddImageToLangPages < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :lang_pages, :without_text_image_file_id, :integer
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user