Open
Description
Hi,
I have a problem supporting partitioned tables using Postgres, atlas and ent.
I haven't been able to model the partitioned table correctly in ent schema and therefore the atlas migrate lint and migration file generation produce this error:
Error: partition key cannot be added to "xxx" (drop and add is required)
exit status 1
Basically, I think it's because of the multicolumn PK not modeled accordingly. It should contain the partition key with some other fields, one of them being a timestamp.
Any ideas how to solve this?
Thanks,
-Manu
Metadata
Metadata
Assignees
Labels
No labels