Add size to album details (#561)

* add size to album details

for #534

* addressing review comments:

* create index album(size)
* remove unneeded Size field from refresh struct
* add whitespace to album details
* add size to album list view

* prettier
This commit is contained in:
Jay R. Wren 2020-10-12 11:10:07 -04:00 committed by GitHub
parent c60e56828b
commit fd6edf967f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 4 deletions

View file

@ -39,7 +39,7 @@ update-snapshots: check_go_env
migration:
@if [ -z "${name}" ]; then echo "Usage: make migration name=name_of_migration_file"; exit 1; fi
goose -dir db/migrations create ${name}
goose -dir db/migration create ${name}
.PHONY: migration
setup: download-deps