summaryrefslogtreecommitdiff
path: root/db/migrate/20190222152220_drop_forums_labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20190222152220_drop_forums_labels.rb')
-rw-r--r--db/migrate/20190222152220_drop_forums_labels.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20190222152220_drop_forums_labels.rb b/db/migrate/20190222152220_drop_forums_labels.rb
new file mode 100644
index 0000000..06d8c4a
--- /dev/null
+++ b/db/migrate/20190222152220_drop_forums_labels.rb
@@ -0,0 +1,5 @@
+class DropForumsLabels < ActiveRecord::Migration
+ def change
+ drop_table :forums_labels
+ end
+end