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
|
||||
|
|
|
@ -85,7 +85,7 @@ ActiveRecord::Schema.define(:version => 20090107193228) do
|
|||
|
||||
create_table "mail_prefs", :force => true do |t|
|
||||
t.string "mail_type"
|
||||
t.integer "wm_rows"
|
||||
t.integer "wm_rows", :default => 20
|
||||
t.integer "customer_id"
|
||||
t.boolean "check_external_mail"
|
||||
t.datetime "created_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue