Skip to content

Commit 1260886

Browse files
authored
Change timestamp of migration (#4024)
1 parent 29fbe72 commit 1260886

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spec/migrations/20240808118000_drop_unique_constraint_quota_definitions_name_key_spec.rb renamed to spec/migrations/20241016118000_drop_unique_constraint_quota_definitions_name_key_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 or remove unique constraint on name column in quota_definitions table', isolation: :truncation, type: :migration do
55
include_context 'migration' do
6-
let(:migration_filename) { '20240808118000_drop_unique_constraint_quota_definitions_name_key_spec.rb' }
6+
let(:migration_filename) { '20241016118000_drop_unique_constraint_quota_definitions_name_key_spec.rb' }
77
end
88
describe 'up migration' do
99
context 'mysql' do

0 commit comments

Comments
 (0)