parent
8cbe1f84dc
commit
fe11c1eab3
@ -0,0 +1 @@
|
|||||||
|
$("#laboratory-item-<%= @laboratory.id %>").html("<%= j render partial: 'admins/laboratories/shared/laboratory_item', locals: {laboratory: @laboratory} %>")
|
@ -0,0 +1,5 @@
|
|||||||
|
class AddSyncCourseToLaboratorySettings < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :laboratories, :sync_course, :boolean, default: 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue