Skip to content

Add disable option to avoid creating migration table on getting db map#199

Merged
rubenv merged 1 commit intorubenv:masterfrom
akhorsi:master
Oct 23, 2021
Merged

Add disable option to avoid creating migration table on getting db map#199
rubenv merged 1 commit intorubenv:masterfrom
akhorsi:master

Conversation

@akhorsi
Copy link
Copy Markdown
Contributor

@akhorsi akhorsi commented Sep 21, 2021

We want to use your package as a data migration tool, the problem is that our postgresql user has only INSERT, UPDATE and DELETE right. Another team, is responsible database schema and won't handle the data queries.

The only issue with the package is the creation of the migration table before any migration.

So I added a switch to avoid the migration table querie before executing the migration.

@othalla
Copy link
Copy Markdown

othalla commented Oct 13, 2021

Hi @rubenv, any news regarding this PR ?

@rubenv
Copy link
Copy Markdown
Owner

rubenv commented Oct 23, 2021

Not a big fan of tons and tons of options, but your use-case sounds valid (for a certain kind of disfunctional organization 😅). I'll allow it!

Thanks for submitting this!

@rubenv rubenv merged commit 9f02b1e into rubenv:master Oct 23, 2021
@rubenv
Copy link
Copy Markdown
Owner

rubenv commented Oct 23, 2021

Oh and a big sorry for the delay, things have been hectic around here.

@othalla
Copy link
Copy Markdown

othalla commented Oct 24, 2021

@rubenv
Thanks a lot !

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.

3 participants