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

Add missing migration for #3247 #3275

Merged
merged 6 commits into from
Mar 13, 2023
Merged

Add missing migration for #3247 #3275

merged 6 commits into from
Mar 13, 2023

Conversation

CloCkWeRX
Copy link
Collaborator

No description provided.

@CloCkWeRX CloCkWeRX changed the title Add missing migration for #3247 Add missing migration for #3247 [Stacked PR] Mar 13, 2023
Base automatically changed from bump-ruby to dev March 13, 2023 02:58
@CloCkWeRX
Copy link
Collaborator Author

Ignoring the codefactor issue; as it has timestamps for created_at.

@CloCkWeRX CloCkWeRX temporarily deployed to growstuff-staging March 13, 2023 03:05 Inactive
@CloCkWeRX
Copy link
Collaborator Author

Well, it fixed the underlying migration issue; but then:

2023-03-13T03:07:48.896567+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] Completed 500 Internal Server Error in 37ms (ActiveRecord: 12.8ms | Allocations: 8155)
2023-03-13T03:07:48.899056+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b]
2023-03-13T03:07:48.899057+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] Psych::DisallowedClass (Tried to load unspecified class: ActiveSupport::TimeWithZone):
2023-03-13T03:07:48.899057+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b]
2023-03-13T03:07:48.899058+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/class_loader.rb:99:in `find'
2023-03-13T03:07:48.899063+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/class_loader.rb:28:in `load'
2023-03-13T03:07:48.899063+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:424:in `resolve_class'
2023-03-13T03:07:48.899064+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:165:in `visit_Psych_Nodes_Mapping'
2023-03-13T03:07:48.899064+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
2023-03-13T03:07:48.899064+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
2023-03-13T03:07:48.899064+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
2023-03-13T03:07:48.899065+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:345:in `block in revive_hash'
2023-03-13T03:07:48.899065+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:343:in `each'
2023-03-13T03:07:48.899065+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:343:in `each_slice'
2023-03-13T03:07:48.899065+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:343:in `revive_hash'
2023-03-13T03:07:48.899066+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:167:in `visit_Psych_Nodes_Mapping'
2023-03-13T03:07:48.899066+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
2023-03-13T03:07:48.899066+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
2023-03-13T03:07:48.899066+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
2023-03-13T03:07:48.899066+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:338:in `block in register_empty'
2023-03-13T03:07:48.899066+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:338:in `each'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:338:in `register_empty'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:146:in `visit_Psych_Nodes_Sequence'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:345:in `block in revive_hash'
2023-03-13T03:07:48.899067+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:343:in `each'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:343:in `each_slice'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:343:in `revive_hash'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:167:in `visit_Psych_Nodes_Mapping'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:318:in `visit_Psych_Nodes_Document'
2023-03-13T03:07:48.899068+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] vendor/ruby-3.1.3/lib/ruby/3.1.0/psych.rb:334:in `safe_load'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/coders/yaml_column.rb:53:in `yaml_load'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/coders/yaml_column.rb:26:in `load'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/type/serialized.rb:22:in `deserialize'
2023-03-13T03:07:48.899072+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/type/helpers/mutable.rb:8:in `cast'
2023-03-13T03:07:48.899073+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute.rb:179:in `type_cast'
2023-03-13T03:07:48.899073+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute.rb:43:in `value'
2023-03-13T03:07:48.899073+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute.rb:159:in `changed_from_assignment?'
2023-03-13T03:07:48.899073+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute.rb:64:in `changed?'
2023-03-13T03:07:48.899073+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute_mutation_tracker.rb:79:in `attribute_changed?'
2023-03-13T03:07:48.899073+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute_mutation_tracker.rb:45:in `changed?'
2023-03-13T03:07:48.899075+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute_mutation_tracker.rb:15:in `block in changed_attribute_names'
2023-03-13T03:07:48.899075+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute_mutation_tracker.rb:15:in `select'
2023-03-13T03:07:48.899075+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activemodel (7.0.4.2) lib/active_model/attribute_mutation_tracker.rb:15:in `changed_attribute_names'
2023-03-13T03:07:48.899075+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/attribute_methods/dirty.rb:172:in `changed_attribute_names_to_save'
2023-03-13T03:07:48.899075+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/association.rb:196:in `initialize_attributes'
2023-03-13T03:07:48.899076+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/association.rb:338:in `block in build_record'
2023-03-13T03:07:48.899076+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/core.rb:470:in `initialize'
2023-03-13T03:07:48.899076+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/inheritance.rb:75:in `new'
2023-03-13T03:07:48.899076+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/inheritance.rb:75:in `new'
2023-03-13T03:07:48.899076+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/reflection.rb:158:in `build_association'
2023-03-13T03:07:48.899077+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/association.rb:337:in `build_record'
2023-03-13T03:07:48.899077+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/collection_association.rb:348:in `_create_record'
2023-03-13T03:07:48.899077+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/has_many_association.rb:140:in `_create_record'
2023-03-13T03:07:48.899077+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/association.rb:208:in `create!'
2023-03-13T03:07:48.899078+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] activerecord (7.0.4.2) lib/active_record/associations/collection_proxy.rb:364:in `create!'
2023-03-13T03:07:48.899078+00:00 app[web.1]: [f12497ef-213e-44c6-bed6-994ff8bd406b] comfortable-mexican-sofa (ccf9415ae220) lib/comfortable_mexican_sofa/extensions/has_revisions.rb:52:in `create_revision'

@CloCkWeRX CloCkWeRX temporarily deployed to growstuff-staging March 13, 2023 03:14 Inactive
@CloCkWeRX
Copy link
Collaborator Author

That fixed it!
image

@CloCkWeRX CloCkWeRX merged commit b3179a8 into dev Mar 13, 2023
@CloCkWeRX CloCkWeRX deleted the issues/3247 branch March 13, 2023 03:18
@CloCkWeRX CloCkWeRX changed the title Add missing migration for #3247 [Stacked PR] Add missing migration for #3247 Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants