parent
3e7cf794b6
commit
f939186ca3
@ -0,0 +1,5 @@
|
||||
class AddTechnicalTitleToTrainings < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :trainings, :technical_title, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue