-
Notifications
You must be signed in to change notification settings - Fork 37
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 'table_prefix' config var [enhancement] #7
Comments
Hello! |
Hey! Yea that's exactly what I mean. I've actually been working a lot on this project as I've been using it to help with the migration process for a client, and I've implemented the table prefix feature, as well as some other helpful WP stuff. I'm not that great with making pull requests and collaborative git, but I can push my code to my fork of your repo and you can check out the logic behind my solution for the table prefix issue. Cool? |
@ingo86 I've just updated my fork of this project with several new features, including the |
Hey bud have you had a chance to review this stuff? Should I just make a pull request or something? I'd love to be able to reference this repo in my package.json file so I can Thanks! |
Hey thanks for releasing this module! I've been looking around a bunch for a better WP deployment flow and this is really helpful.
It'd be great if you could also add a 'table_prefix' var that could dump only tables with that prefix. On my local machine (and sometimes on production, specifically with crappy shared hosts) I'll run a few wp installs and I only want to dump/pull down one of those. I'm new to grunt so I can try my hand at it and submit a PR if I get anywhere on it myself...
The text was updated successfully, but these errors were encountered: