Feature: API for updating account settings (#645)

* Feature: API for updating account settings

- API to update account locale
- API to update account name
- API to show account info
This commit is contained in:
Sojan Jose
2020-03-29 12:16:31 +05:30
committed by GitHub
parent 6c48f2e789
commit bab9d663d2
11 changed files with 140 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2020_03_11_083854) do
ActiveRecord::Schema.define(version: 2020_03_25_210612) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -41,6 +41,7 @@ ActiveRecord::Schema.define(version: 2020_03_11_083854) do
t.string "name", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "locale", default: 0
end
create_table "active_storage_attachments", force: :cascade do |t|