programandoarg/pg_rails

View on GitHub
pg_engine/db/migrate/20240314114503_remove_hash_ids.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveHashIds < ActiveRecord::Migration[7.1]
  def change
    remove_column :accounts, :hashid
  end
end