crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20170501150402_fix_comments_sequence.rb

Summary

Maintainability
A
0 mins
Test Coverage
class FixCommentsSequence < ActiveRecord::Migration[5.0]
  def change
    execute "alter sequence posts_id_seq rename to comments_id_seq;"
  end
end