Add reply_to and group_id to messages schema
This commit is contained in:
parent
3a3119f274
commit
55e8ff481c
7 changed files with 41 additions and 18 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20141211210719) do
|
||||
ActiveRecord::Schema.define(version: 20150227161931) do
|
||||
|
||||
create_table "article_categories", force: :cascade do |t|
|
||||
t.string "name", limit: 255, default: "", null: false
|
||||
|
|
@ -186,6 +186,8 @@ ActiveRecord::Schema.define(version: 20141211210719) do
|
|||
t.integer "email_state", limit: 4, default: 0, null: false
|
||||
t.boolean "private", limit: 1, default: false
|
||||
t.datetime "created_at"
|
||||
t.integer "reply_to", limit: 4
|
||||
t.integer "group_id", limit: 4
|
||||
end
|
||||
|
||||
create_table "order_articles", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue