rubocop: fix various style issues.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
class CreateTokenBuckets < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
execute "create unlogged table token_buckets (user_id integer, last_touched_at timestamp not null, token_count real not null)"
|
||||
add_index :token_buckets, :user_id, :unique => true
|
||||
execute "create unlogged table token_buckets (user_id integer, last_touched_at timestamp not null, token_count real not null)"
|
||||
add_index :token_buckets, :user_id, :unique => true
|
||||
end
|
||||
|
||||
def down
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user