summaryrefslogtreecommitdiff
path: root/db/migrate/20210113231546_add_context_to_experiment_subjects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210113231546_add_context_to_experiment_subjects.rb')
-rw-r--r--db/migrate/20210113231546_add_context_to_experiment_subjects.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20210113231546_add_context_to_experiment_subjects.rb b/db/migrate/20210113231546_add_context_to_experiment_subjects.rb
deleted file mode 100644
index 7fac45e9952..00000000000
--- a/db/migrate/20210113231546_add_context_to_experiment_subjects.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class AddContextToExperimentSubjects < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def change
- add_column :experiment_subjects, :context, :jsonb, default: {}, null: false
- end
-end