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

fix(setup): Use *pg.DB.CreateTable for a consistent interface #10

Merged
merged 1 commit into from
Aug 24, 2018

Conversation

robinjoseph08
Copy link
Owner

Fixes #9

Since the function signature of orm.CreateTable is going to change in a future version of pg, I switched to use *pg.DB.CreateTable which is consistent across versions.

Repository owner deleted a comment from coveralls Aug 24, 2018
@robinjoseph08 robinjoseph08 merged commit c877c04 into master Aug 24, 2018
@robinjoseph08 robinjoseph08 deleted the create-table branch August 24, 2018 02:47
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.

1 participant