Increase game moves column size
This commit is contained in:
parent
a1f01d4a2b
commit
763529e6c3
@ -0,0 +1,9 @@
|
||||
defmodule Chessh.Repo.Migrations.IncreaseGameMovesSize do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:games) do
|
||||
modify(:game_moves, :string, size: 4096)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user