message index

This commit is contained in:
Eugene Korbut 2009-01-08 06:37:17 +10:00
parent 53fd7ad6ee
commit f5c796f76b
6 changed files with 70 additions and 69 deletions

View file

@ -21,7 +21,8 @@ class Init < ActiveRecord::Migration
create_table :mail_prefs do |t|
t.string :mail_type
t.integer :wm_rows, :customer_id
t.integer :wm_rows, :default => 20
t.integer :customer_id
t.boolean :check_external_mail
t.timestamps
end