Changeset 7af1026 in RedSur


Ignore:
Timestamp:
May 18, 2016, 11:20:20 AM (8 years ago)
Author:
aosorio <aosorio@…>
Branches:
modelo_minuta
Children:
8a68681
Parents:
332db9d
Message:

Modificado el esquema de la base de datos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/schema.rb

    r332db9d r7af1026  
    1212# It's strongly recommended that you check this file into your version control system.
    1313
    14 ActiveRecord::Schema.define(version: 20160516152930) do
     14ActiveRecord::Schema.define(version: 20160517145516) do
    1515
    1616  # These are extensions that must be enabled in order to support this database
     
    343343
    344344  add_index "poll_answers", ["poll_id"], name: "index_poll_answers_on_poll_id", using: :btree
     345
     346  create_table "poll_fechayhoras", force: :cascade do |t|
     347    t.datetime "fechayhora"
     348    t.datetime "created_at", null: false
     349    t.datetime "updated_at", null: false
     350  end
    345351
    346352  create_table "poll_participations", force: :cascade do |t|
Note: See TracChangeset for help on using the changeset viewer.