message index
This commit is contained in:
parent
53fd7ad6ee
commit
f5c796f76b
6 changed files with 70 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue