mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
add: project's lesson_url
This commit is contained in:
5
db/migrate/20210408070123_add_lesson_url_to_projects.rb
Normal file
5
db/migrate/20210408070123_add_lesson_url_to_projects.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddLessonUrlToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :lesson_url, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user