architect icon indicating copy to clipboard operation
architect copied to clipboard

What does "architect partition" do to the table?

Open stephan0h opened this issue 3 years ago • 0 comments

Hi, Maybe a dumb question - but nevertheless I have to ask it. I'm on Django and PostgreSQL. I just tried architect and issued a architect partition --module my.models - and I was expecting that the concerning table was being changed to partitioned mode. But apparently this did not happen - the table seems to be unchanged. So I guess, I'm missing something here: probably I have to change to table to partitioned mode (or better: recreate it) manually in the database and architect only handles the partitioning within the ORM on the Django side? Could you please clearify? Thanks a lot, Stephan

stephan0h avatar Apr 09 '22 22:04 stephan0h