Improve icons, add homepage links to courses
Build and Publish Docker Container / build (push) Successful in 5m28s

This commit is contained in:
2023-10-08 16:38:40 +01:00
parent b2d8ee0dd9
commit f712837f91
6 changed files with 29 additions and 5 deletions
@@ -0,0 +1,5 @@
class AddMoodleLinkToCourse < ActiveRecord::Migration[7.1]
def change
add_column :courses, :homepage, :string
end
end