mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
Migration: index Sites.updated_at (#2467)
This commit is contained in:
parent
75fcd8d611
commit
8b5ae9baaa
@ -0,0 +1,7 @@
|
||||
defmodule Plausible.Repo.Migrations.IndexUpdatedAtForSites do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create index(:sites, :updated_at)
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user