forked from shibao/cannery
		
	rename ammo_type type to class
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