[Git][noosfero/noosfero][master] Update schema

Rodrigo Souto gitlab at mg.gitlab.com
Wed May 30 16:45:20 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
94233335 by Rodrigo Souto at 2018-05-30T19:44:37Z
Update schema

- - - - -


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: 20180220140808) do
+ActiveRecord::Schema.define(version: 20180416172522) do
 
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"
@@ -417,6 +417,13 @@ ActiveRecord::Schema.define(version: 20180220140808) do
 
   add_index "environments", ["metadata"], name: "index_environments_on_metadata", using: :gin
 
+  create_table "event_invitations", force: :cascade do |t|
+    t.integer "event_id"
+    t.integer "guest_id"
+    t.integer "requestor_id"
+    t.integer "decision"
+  end
+
   create_table "external_feeds", force: :cascade do |t|
     t.string   "feed_title"
     t.datetime "fetched_at"
@@ -675,6 +682,7 @@ ActiveRecord::Schema.define(version: 20180220140808) do
     t.jsonb    "metadata",                           default: {}
     t.string   "upload_quota"
     t.float    "disk_usage"
+    t.string   "cropped_image"
   end
 
   add_index "profiles", ["activities_count"], name: "index_profiles_on_activities_count", using: :btree



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/94233335f1461a897c88c0c17ff61e8c7dc29f00

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/94233335f1461a897c88c0c17ff61e8c7dc29f00
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180530/92508884/attachment-0001.html>


More information about the Noosfero-dev mailing list