[Git][noosfero/noosfero][master] profile-quota: update schema

Rodrigo Souto gitlab at mg.gitlab.com
Wed Oct 4 09:00:26 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
657ec8c0 by Rodrigo Souto at 2017-10-04T09:00:10-03:00
profile-quota: 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: 20170805065322) do
+ActiveRecord::Schema.define(version: 20170923044548) do
 
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"
@@ -494,6 +494,7 @@ ActiveRecord::Schema.define(version: 20170805065322) do
     t.boolean "moderated",      default: false
     t.integer "environment_id"
     t.jsonb   "metadata",       default: {}
+    t.string  "upload_quota"
   end
 
   create_table "kinds_profiles", force: :cascade do |t|
@@ -671,6 +672,8 @@ ActiveRecord::Schema.define(version: 20170805065322) do
     t.string   "editor",                             default: "tiny_mce", null: false
     t.integer  "top_image_id"
     t.jsonb    "metadata",                           default: {}
+    t.string   "upload_quota"
+    t.float    "disk_usage"
   end
 
   add_index "profiles", ["activities_count"], name: "index_profiles_on_activities_count", using: :btree



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/657ec8c075dcfaa57bfd14d9da00f583e9e6d321

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/657ec8c075dcfaa57bfd14d9da00f583e9e6d321
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/20171004/65d8ef33/attachment-0001.html>


More information about the Noosfero-dev mailing list