[Dbix-class] Forcing might_have with dbicdump?
Alex Povolotsky
tarkhil at over.ru
Mon Oct 3 09:45:17 GMT 2016
Hello
I have two tables, list of all images for processing (say, table images
( id int primary key not null)) and separate list of unprocessed images
(added recently, due to slow search in huge table of images - say, table
images_queue (id int not null references images(id))
How can I force dbicdump to make might_have in Images.pm instead of
default has_many?
Alex
More information about the DBIx-Class
mailing list