mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Basic poll implementation
This commit is contained in:
parent
c0edfd4b5b
commit
6888cd15a4
13 changed files with 82 additions and 21 deletions
|
@ -3,8 +3,8 @@ class CreateMessages < ActiveRecord::Migration
|
|||
create_table :messages do |t|
|
||||
t.integer :registrar_id
|
||||
t.string :body
|
||||
t.string :object_type
|
||||
t.string :object
|
||||
t.string :attached_obj_type
|
||||
t.string :attached_obj_id
|
||||
t.boolean :queued
|
||||
|
||||
t.timestamps
|
||||
|
|
|
@ -202,8 +202,8 @@ ActiveRecord::Schema.define(version: 20141105150721) do
|
|||
create_table "messages", force: true do |t|
|
||||
t.integer "registrar_id"
|
||||
t.string "body"
|
||||
t.string "object_type"
|
||||
t.string "object"
|
||||
t.string "attached_obj_type"
|
||||
t.string "attached_obj_id"
|
||||
t.boolean "queued"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue