summaryrefslogtreecommitdiff
path: root/db/migrate/20170409135858_add_necro_length_to_forums.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170409135858_add_necro_length_to_forums.rb')
-rw-r--r--db/migrate/20170409135858_add_necro_length_to_forums.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20170409135858_add_necro_length_to_forums.rb b/db/migrate/20170409135858_add_necro_length_to_forums.rb
new file mode 100644
index 0000000..53199e4
--- /dev/null
+++ b/db/migrate/20170409135858_add_necro_length_to_forums.rb
@@ -0,0 +1,5 @@
+class AddNecroLengthToForums < ActiveRecord::Migration
+ def change
+ add_column :forums, :necro_length, :integer
+ end
+end