Yuki Fukuma
Yuki Fukuma
related issue: https://github.com/ClosureTree/closure_tree/issues/410 I feel that the unique compound index of `ancestor_id` and `descendant_id`, is needed and `generations` is redundant. Because there should be only one kind of `generations` for...
This is a proposal for the hierarchies_table template. https://github.com/ClosureTree/closure_tree/blob/8550ddab5671a0d3b002e954796de44826585728/lib/generators/closure_tree/templates/create_hierarchies_table.rb.erb I feel that the unique compound index of `ancestor_id` and `descendant_id`, is needed and `generations` is redundant. However, considering performance, I...
## Is your feature request related to a problem? Please describe. There is a cop [BulkChangeTable](https://www.rubydoc.info/gems/rubocop-rails/RuboCop/Cop/Rails/BulkChangeTable) that checks for combinable alter queries when changing multiple columns. Sorry if I am...
Just a typo in documentation. I have referred to the previously revised document. https://github.com/schemaspy/schemaspy/commit/c204744b04a6c1c1928123f20647cf9bcf514c03 `docs/source/configuration/commandline.rst`
Just a typo in documentation. s/postgresSQL/PostgreSQL/g
Thank you for this useful tool! Since MySQL 8.0, the following error occurred when the table name is long. `ERROR 1059 (42000) at line 115: Identifier name 'too_long_table_name_ibfk_1' is too...
Fix some minor typos. - [orignal ==> original](https://github.com/sendgrid/sendgrid-ruby/commit/bf419cfdaabc21d503b74d355d1f653f2ea1e568) - [receiveing ==> receiving](https://github.com/sendgrid/sendgrid-ruby/commit/45f96433d8c43a58daf6de70dddaabcaaccf6ea8) - [successfuly ==> successfully](https://github.com/sendgrid/sendgrid-ruby/commit/ca5c3a59375cefbcd088c8d217331c203f0681f8) - [verison ==> version](https://github.com/sendgrid/sendgrid-ruby/commit/a7cd44851f25db44963728bcdb198dcb30fc30e5) - [sengrid ==> sendgrid](https://github.com/sendgrid/sendgrid-ruby/commit/e5257a9de0a1c8189ca8fd623553d4502f15e37d) - [sengrid-ruby ==> sendgrid-ruby](https://github.com/sendgrid/sendgrid-ruby/commit/a7807bb41127debf7e22d184510c19a99b9d3c5c) - [inbound...