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

Heroku db:push converts SQLite time column to Postgres text column #118

Open
alexeymuranov opened this issue Aug 18, 2012 · 0 comments
Open

Comments

@alexeymuranov
Copy link

When i am doing

heroku db:push

to import the SQLite development database of my Rails application, the "time" columns become "text" columns. That is, they are "time" in my development database, and they were "time" on Heroku before my "push", but after the push they became "text".

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

No branches or pull requests

1 participant