forked from postwoman/forgeplus
ADD language field to projects table
This commit is contained in:
parent
bf5e191efa
commit
172093efe9
|
@ -0,0 +1,5 @@
|
|||
class AddLanguageToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :language, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue