Add missing indexes and improve others.

This commit is contained in:
Andrey Antukh 2021-02-12 15:57:02 +01:00 committed by Andrés Moya
parent c1476d0397
commit 60f4f863df
5 changed files with 40 additions and 5 deletions

View file

@ -152,6 +152,12 @@
{:name "0046-add-profile-complaint-table"
:fn (mg/resource "app/migrations/sql/0046-add-profile-complaint-table.sql")}
{:name "0047-mod-file-change-table"
:fn (mg/resource "app/migrations/sql/0047-mod-file-change-table.sql")}
{:name "0048-mod-storage-tables"
:fn (mg/resource "app/migrations/sql/0048-mod-storage-tables.sql")}
])