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

Allow changing the schema for Postgres. #153

Merged
merged 1 commit into from
Nov 25, 2014
Merged

Conversation

zoips
Copy link
Contributor

@zoips zoips commented Mar 4, 2014

This primarily just makes it so that the migrations table is per schema rather than always being in public. Migrations still need to explicitly use the schema in the DDL/DML, eg:

CREATE TABLE my_schema.my_table (...)

I was a little iffy on the test. I wasn't sure how you were specifying username/password, so the test might need to be fixed.

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.

None yet

2 participants