noosfero | 2 new commits pushed to repository

Rodrigo Souto gitlab at gitlab.com
Tue Feb 24 12:47:28 BRT 2015


Rodrigo Souto pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/d442dac2ed20062e8ce192b5269c9b963a1410aa">d442dac2</a> by Rodrigo Souto
chat: add chat_messages to schema

- - - - -
<a href="https://gitlab.com/noosfero/noosfero/commit/11dfb86bf56dd6ce8784ab13682b46a96f9efc2f">11dfb86b</a> by Rodrigo Souto
Merge branch 'master' of gitlab.com:noosfero/noosfero

- - - - -


Changes:

=====================================
db/schema.rb
=====================================
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -241,6 +241,14 @@ ActiveRecord::Schema.define(:version => 20150122165042) do
     t.datetime "updated_at"
   end
 
+  create_table "chat_messages", :force => true do |t|
+    t.integer  "to_id"
+    t.integer  "from_id"
+    t.string   "body"
+    t.datetime "created_at", :null => false
+    t.datetime "updated_at", :null => false
+  end
+
   create_table "comments", :force => true do |t|
     t.string   "title"
     t.text     "body"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150224/f9134620/attachment-0001.html>


More information about the Noosfero-dev mailing list