Created
August 2, 2017 15:05
-
-
Save MatiasFernandez/42550de34484b0d290bce236a7e6ca2c to your computer and use it in GitHub Desktop.
Edit schema migrations table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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