summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170830084744_destroy_gpg_signatures.rb')
-rw-r--r--db/post_migrate/20170830084744_destroy_gpg_signatures.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/post_migrate/20170830084744_destroy_gpg_signatures.rb b/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
deleted file mode 100644
index 2945eb9fde6..00000000000
--- a/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class DestroyGpgSignatures < ActiveRecord::Migration[4.2]
- DOWNTIME = false
-
- def up
- truncate(:gpg_signatures)
- end
-
- def down
- end
-end