aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/062_add_comments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/062_add_comments.rb')
-rw-r--r--db/migrate/062_add_comments.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/062_add_comments.rb b/db/migrate/062_add_comments.rb
index d523dd808..da42786d8 100644
--- a/db/migrate/062_add_comments.rb
+++ b/db/migrate/062_add_comments.rb
@@ -1,3 +1,4 @@
+# -*- encoding : utf-8 -*-
class AddComments < ActiveRecord::Migration
def self.up
create_table :comments do |t|