summaryrefslogtreecommitdiff
path: root/db/migrate/20160824103857_drop_unused_ci_tables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160824103857_drop_unused_ci_tables.rb')
-rw-r--r--db/migrate/20160824103857_drop_unused_ci_tables.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/migrate/20160824103857_drop_unused_ci_tables.rb b/db/migrate/20160824103857_drop_unused_ci_tables.rb
deleted file mode 100644
index 8a207683848..00000000000
--- a/db/migrate/20160824103857_drop_unused_ci_tables.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-class DropUnusedCiTables < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- # Set this constant to true if this migration requires downtime.
- DOWNTIME = false
-
- def change
- drop_table(:ci_services)
- drop_table(:ci_web_hooks)
- end
-end