[Git][noosfero/noosfero][master] Updates schema.rb

Tallys Martins gitlab at mg.gitlab.com
Wed Dec 28 19:15:12 BRST 2016


Tallys Martins pushed to branch master at Noosfero / noosfero


Commits:
5899e51e by Tallys Martins at 2016-12-28T19:14:16-02:00
Updates schema.rb

- - - - -


1 changed file:

- db/schema.rb


Changes:

=====================================
db/schema.rb
=====================================
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended that you check this file into your version control system.
 
-ActiveRecord::Schema.define(version: 20161207214218) do
+ActiveRecord::Schema.define(version: 20161213173859) do
 
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"
@@ -276,9 +276,11 @@ ActiveRecord::Schema.define(version: 20161207214218) do
   add_index "chat_messages", ["to_id"], name: "index_chat_messages_on_to_id", using: :btree
 
   create_table "circles", force: :cascade do |t|
-    t.string  "name"
-    t.integer "person_id"
-    t.string  "profile_type", null: false
+    t.string   "name"
+    t.integer  "person_id"
+    t.string   "profile_type", null: false
+    t.datetime "created_at"
+    t.datetime "updated_at"
   end
 
   add_index "circles", ["person_id", "name"], name: "circles_composite_key_index", unique: true, using: :btree



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/5899e51e292b78f206f2937e4103699a3b2dcca2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20161228/e9392437/attachment-0001.html>


More information about the Noosfero-dev mailing list