-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
Description
At the moment when we run generator on DB with existing partitions we have lots of models generated (for all the partitions), but we never need it in code. When we generate 6-12 partitions per table it's lots of things to explicitly add to -ignore-tables, also they are dynamic, so change names every month.
There is a task to add -ignore-partitions option, but it seems much complicated.
It would be great to add wildcard support for -ignore-tables option, which allows to use something like:
tableA_* and it will ignore all partitions (depends on templare of course) like: tableA_partX, tableB_partY etc...
dsnidr and yfangechiu