Skip to content

Instantly share code, notes, and snippets.

@MatiasFernandez
Created August 2, 2017 15:05
Show Gist options
  • Save MatiasFernandez/42550de34484b0d290bce236a7e6ca2c to your computer and use it in GitHub Desktop.
Save MatiasFernandez/42550de34484b0d290bce236a7e6ca2c to your computer and use it in GitHub Desktop.
Edit schema migrations table
class SchemaMigration < ActiveRecord::Base; self.primary_key = :version; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment