Files
ubicloud/model/minio/minio_server.rb
Jeremy Evans 2c4131765e Avoid unnecessary join table for MinioServer cluster association
Having the current model's table as a join table is almost always
wrong unless the table contains self-referential foreign keys.

While here, remove unnecessary explicit association options for
vm association.
2025-03-11 13:29:34 -07:00

3.6 KiB