Skip to content

Commit 566d580

Browse files
committed
rename migration
1 parent 3b0b8fa commit 566d580

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

db/migrations/20260723120000_add_root_job_guid_to_jobs.rb renamed to db/migrations/20260811120000_add_root_job_guid_to_jobs.rb

File renamed without changes.

spec/migrations/20260723120000_add_root_job_guid_to_jobs_spec.rb renamed to spec/migrations/20260811120000_add_root_job_guid_to_jobs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
RSpec.describe 'migration to add root_job_guid column to jobs table', isolation: :truncation, type: :migration do
55
include_context 'migration' do
6-
let(:migration_filename) { '20260723120000_add_root_job_guid_to_jobs.rb' }
6+
let(:migration_filename) { '20260811120000_add_root_job_guid_to_jobs.rb' }
77
end
88

99
describe 'jobs table' do

0 commit comments

Comments
 (0)