Skip to content

Commit 8c383ae

Browse files
committed
ID columns are bigint by default now
1 parent 9d08027 commit 8c383ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/generators/github/ds/templates/migration.rb.tt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ class CreateKeyValuesTable < ActiveRecord::Migration<%= migration_version %>
99

1010
add_index <%= table_name %>, :key, :unique => true
1111
add_index <%= table_name %>, :expires_at
12-
13-
change_column <%= table_name %>, :id, "bigint(20) NOT NULL AUTO_INCREMENT"
1412
end
1513

1614
def self.down

0 commit comments

Comments
 (0)