mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Fix Rubocop offense
This commit is contained in:
parent
7922fc7131
commit
0669e74f88
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Sequel.migration do
|
||||
change do
|
||||
up do
|
||||
create_table :currencies do
|
||||
Date :date
|
||||
String :iso_code
|
||||
@ -10,4 +10,8 @@ Sequel.migration do
|
||||
index %i[date iso_code], unique: true
|
||||
end
|
||||
end
|
||||
|
||||
down do
|
||||
drop_table :currencies
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user