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

Adding common types from attr #27

Merged
merged 15 commits into from
Oct 24, 2018
Merged

Conversation

paganotoni
Copy link
Member

@markbates this PR adds common types to fizz translators, i started with Postgres and would love to know im moving in the right direction before going forward.

@paganotoni paganotoni requested a review from markbates October 5, 2018 01:10
@paganotoni paganotoni requested a review from a team as a code owner October 5, 2018 01:10
@markbates
Copy link
Member

👍

@paganotoni paganotoni changed the title WIP: adding common types from attr Adding common types from attr Oct 23, 2018
@paganotoni
Copy link
Member Author

@gobuffalo/pop-managers this one is ready for review, please LMK if its looking good for you.

@stanislas-m stanislas-m self-assigned this Oct 23, 2018
database.yml Outdated
@@ -4,7 +4,10 @@ mysql:
host: {{ envOr "MYSQL_HOST" "127.0.0.1" }}
port: {{ envOr "MYSQL_PORT" "3306" }}
user: {{ envOr "MYSQL_USER" "root" }}
password: {{ envOr "MYSQL_PASSWORD" "root" }}
password: {{ envOr "MYSQL_PASSWORD" "root" }}
options:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These options don't exist.

@paganotoni
Copy link
Member Author

@stanislas-m all set, removed these options.

@stanislas-m stanislas-m merged commit c084213 into master Oct 24, 2018
@stanislas-m stanislas-m deleted the feature-common-attr-types branch October 24, 2018 14:06
@stanislas-m
Copy link
Member

Thanks @paganotoni!

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