fix: move migrations to correct directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
defmodule Localiser.Repo.Migrations.RenameRoomsOffsetColumns do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
rename table(:rooms), :offset_x, to: :x
|
||||
rename table(:rooms), :offset_y, to: :y
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user