rename ammo_type type to class
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
defmodule Cannery.Repo.Migrations.RenameTypeToClass do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
rename table(:ammo_types), :type, to: :class
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user