Fix alias migration warning (#4465)

This commit is contained in:
ruslandoga 2024-08-26 16:16:13 +07:00 committed by GitHub
parent bd93cf3b46
commit b64038af48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
defmodule Plausible.IngestRepo.Migrations.AliasApiPropNames do defmodule Plausible.IngestRepo.Migrations.AliasApiPropNames do
""" @moduledoc """
Migration adds a ALIAS columns needed to keep DB schema and api Migration adds a ALIAS columns needed to keep DB schema and api
property naming in sync to reduce overhead in code. property naming in sync to reduce overhead in code.
""" """