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

Add dont_change option for "table_transform" and "column_transform" #12

Open
AlekseyKapustyanenko opened this issue Mar 21, 2019 · 2 comments

Comments

@AlekseyKapustyanenko
Copy link

I want to have ability to keep casing such as in target db.
It is very important thing when you need support several types of db (mssql/postgres/ets) with ORM.
I would try to make pul request to add such behavior/

AlekseyKapustyanenko added a commit to AlekseyKapustyanenko/Migrate2Postgres that referenced this issue Mar 21, 2019
…lumn_transform"

This commit add option "dont_change" for parametres "table_transform" and "column_transform". With that option case of table names and column names does not changed via migration.
@demirtuba
Copy link

Can you publish new release for this feature?

@AlekseyKapustyanenko
Copy link
Author

Can you publish new release for this feature?

You can find it in my fork's releases https://github.com/alexeykap/Migrate2Postgres/releases/tag/1.0.7f1

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

No branches or pull requests

2 participants