mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Add queued attribute to messages
This commit is contained in:
parent
6f356416db
commit
c0edfd4b5b
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ class CreateMessages < ActiveRecord::Migration
|
|||
t.string :body
|
||||
t.string :object_type
|
||||
t.string :object
|
||||
t.boolean :queued
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
|
|
@ -204,6 +204,7 @@ ActiveRecord::Schema.define(version: 20141105150721) do
|
|||
t.string "body"
|
||||
t.string "object_type"
|
||||
t.string "object"
|
||||
t.boolean "queued"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue