schema-tool icon indicating copy to clipboard operation
schema-tool copied to clipboard

framework-agnostic, schema management tool for everyone

Results 19 schema-tool issues
Sort by recently updated
recently updated
newest added

For diversity reasons, it would be nice to try to avoid 'master' and 'slave' terminology in this repository which can be associated to slavery. The master-slave terminology could be problematic...

I've ran into a ValueError issue when attempting to run `schema up` on a database with too many alters applied. The for loop iterator attempting to check each `alter_id` errors...

I've realized that the vertica support has been broken for some time now because of at least 2 changes in the `vertica-python` library: - using kwargs for connection : https://github.com/uber/vertica-python/pull/69...

This is a long-lived PR as the tooling is re-written to GoLang. Opening a PR for visibility. Further work on this branch will happen in other branches with PRs into...

We are using the schema tool to manage our Postgres DB schema at AppNexus for the AppNexus Exchange API. We ran into a slight issue because the way we set...

Whenever we manage schema migrations for non production environments, we invariably need to follow up with stub data inserts. Integrating stub data with our schema tool makes sense for two...

So if I have a feature branch with a pending schema change inside a file, unapply that change before `git checkout master` Cool idea?

I'm unable to correctly run the schema console script after installing via `python setup.py install`. ` (schema-tool)➜ schema-tool git:(master) ✗ schema Traceback (most recent call last): File "/Users/vincent.schumaker/.virtualenvs/schema-tool/bin/schema", line 9,...

See: https://github.com/appnexus/schema-tool/pull/60#discussion_r30816637

improvement

This tool should be installable via PIP, whatever that takes to do... idk.