Skip to content

Commit 519974d

Browse files
committed
Appease rubocop
1 parent 853fb5e commit 519974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrations/20220601183937_create_asg_lastest_updates.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sequel.migration do
22
change do
33
create_table :asg_timestamps do
4-
primary_key '{:name=>:id}'
4+
primary_key '{:name=>:id}', name: '{:name=>:id}'
55
Timestamp :last_update
66
end
77
end

0 commit comments

Comments
 (0)