Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added multi column support for postgres #78

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

xialingxiao
Copy link

@xialingxiao xialingxiao commented Sep 27, 2020

to install it to a django model (using the example used in the test case of this commit)

@architect.install(
    "partition",
    type="range",
    subtypes=["integer", "date"],
    constraints=["1", "month"],
    columns=["source_file_id", "date"],
)

@ghost
Copy link

ghost commented Mar 1, 2021

@maxtepkeev is this not merged because of the failed checks or code/architecture issues? If I get the checks to pass, would this be merged?

I'm very interested in adding the support for multi column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant