mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue