transferred Code Ocean from original repository to GitHub
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveCodeFromSubmissions < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :submissions, :code, :text
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user