Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

97 average number of days db work only #16331

Merged
merged 9 commits into from
Apr 15, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This migration comes from vye (originally 20240229184515)
class CreateAverageDaysForClaimCompletions < ActiveRecord::Migration[7.1]
def change
create_table :average_days_for_claim_completions do |t|
t.float average_days

t.timestamps
end
end
end
6 changes: 6 additions & 0 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading