summaryrefslogtreecommitdiff
path: root/db/migrate/20210807102004_add_starts_at_to_dast_profile_schedules.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210807102004_add_starts_at_to_dast_profile_schedules.rb')
-rw-r--r--db/migrate/20210807102004_add_starts_at_to_dast_profile_schedules.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/db/migrate/20210807102004_add_starts_at_to_dast_profile_schedules.rb b/db/migrate/20210807102004_add_starts_at_to_dast_profile_schedules.rb
deleted file mode 100644
index 4eea5fd7e8c..00000000000
--- a/db/migrate/20210807102004_add_starts_at_to_dast_profile_schedules.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-class AddStartsAtToDastProfileSchedules < ActiveRecord::Migration[6.1]
- def change
- add_column :dast_profile_schedules, :starts_at, :datetime_with_timezone, null: false, default: -> { 'NOW()' }
- end
-end