We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d08027 commit 8c383aeCopy full SHA for 8c383ae
lib/generators/github/ds/templates/migration.rb.tt
@@ -9,8 +9,6 @@ class CreateKeyValuesTable < ActiveRecord::Migration<%= migration_version %>
9
10
add_index <%= table_name %>, :key, :unique => true
11
add_index <%= table_name %>, :expires_at
12
-
13
- change_column <%= table_name %>, :id, "bigint(20) NOT NULL AUTO_INCREMENT"
14
end
15
16
def self.down
0 commit comments