mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
ADD language field to projects table
This commit is contained in:
5
db/migrate/20200317160914_add_language_to_projects.rb
Normal file
5
db/migrate/20200317160914_add_language_to_projects.rb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
class AddLanguageToProjects < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :projects, :language, :string
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user