forked from shibao/cannery
add locale to user settings
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
defmodule Lokal.Repo.Migrations.AddLocaleSetting do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table("users") do
|
||||
add :locale, :string
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user