aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-04-03 08:56:08 +0200
committerZog2018-04-09 16:58:24 +0200
commitea084854a48a5fbd429846a62e21ad3ed3b01325 (patch)
treed1f4cd091e120756c679548fac2d6cc9039e5ac8
parentaf7ec988e86f8927ac6493acd5874607b7e167d8 (diff)
downloadchouette-core-ea084854a48a5fbd429846a62e21ad3ed3b01325.tar.bz2
Refs #6367; Remove Papertrail tables
-rw-r--r--db/migrate/20180403065419_remove_papertrail_tables.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180403065419_remove_papertrail_tables.rb b/db/migrate/20180403065419_remove_papertrail_tables.rb
new file mode 100644
index 000000000..8494058e1
--- /dev/null
+++ b/db/migrate/20180403065419_remove_papertrail_tables.rb
@@ -0,0 +1,5 @@
+class RemovePapertrailTables < ActiveRecord::Migration
+ def change
+ drop_table :versions
+ end
+end