added composer query string functionality for url, text. fixed issue with no user in base_controller, cleaned up video component, albums starting
This commit is contained in:
mgabdev
2020-12-17 23:46:37 -05:00
parent 47d57960a4
commit 47cd60f851
19 changed files with 269 additions and 676 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_12_17_003945) do
ActiveRecord::Schema.define(version: 2020_12_18_012018) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
@@ -420,6 +420,7 @@ ActiveRecord::Schema.define(version: 2020_12_17_003945) do
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.bigint "cover_id"
t.integer "count", default: 0, null: false
t.index ["cover_id"], name: "index_media_attachment_albums_on_cover_id"
end