noosfero | Revert "db/schema.rb: update"

Antonio Terceiro gitlab at gitlab.com
Wed Feb 25 18:18:06 BRT 2015


Antonio Terceiro 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/b0d14e8707485f80c6dbb4a44493b4ccfeae4140">b0d14e87</a> by Antonio Terceiro
Revert "db/schema.rb: update"

This reverts commit 025643a62df719a6cfe63f5927d45585d655a1da.

- - - - -


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/20150225/ce9cd212/attachment.html>


More information about the Noosfero-dev mailing list