mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
12 lines
153 B
Elixir
12 lines
153 B
Elixir
defmodule TeslaMate.Repo.Migrations.FixIncompleteChargingProcessesV2 do
|
|
use Ecto.Migration
|
|
|
|
def up do
|
|
:ok
|
|
end
|
|
|
|
def down do
|
|
:ok
|
|
end
|
|
end
|