Skip to content

Commit

Permalink
Adds drop for student submission view (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkiessl authored Jul 3, 2024
1 parent f83f736 commit 3bc39dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/migrate/20240702191344_drop_student_submissions_view.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class DropStudentSubmissionsView < ActiveRecord::Migration[6.1]
def change
execute <<-SQL
drop view if exists `student_submissions`
SQL
end
end

0 comments on commit 3bc39dc

Please sign in to comment.