8 lines
131 B
Elixir
8 lines
131 B
Elixir
|
defmodule DrainCloudCore.Repo.Migrations.Users do
|
||
|
use Ecto.Migration
|
||
|
|
||
|
def change do
|
||
|
# TODO users table migration
|
||
|
end
|
||
|
end
|