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

migrations don't work in postgresql #33

Open
fringd opened this issue Sep 13, 2011 · 3 comments
Open

migrations don't work in postgresql #33

fringd opened this issue Sep 13, 2011 · 3 comments

Comments

@fringd
Copy link
Contributor

fringd commented Sep 13, 2011

change_table...
t.enum fieldname
...

error type "string" DOES NOT EXIST.

didn't catch this in development, apparently sqlite doesn't mind it, but PostgreSQL did not like it when i pushed to staging.

@jeffp
Copy link
Owner

jeffp commented Sep 13, 2011

Just use string then.

J

On Tue, Sep 13, 2011 at 2:36 PM, fringd <
reply@reply.github.com>wrote:

change_table...
t.enum fieldname
...

error type "string" DOES NOT EXIST.

didn't catch this in development, apparently sqlite doesn't mind it, but
PostgreSQL did not like it when i pushed to staging.

Reply to this email directly or view it on GitHub:
#33

@fringd
Copy link
Contributor Author

fringd commented Sep 13, 2011

OK.. works fine... fix readme b4 closing?
On Sep 13, 2011 6:55 PM, "jeffp" <
reply@reply.github.com>
wrote:

Just use string then.

J

On Tue, Sep 13, 2011 at 2:36 PM, fringd <
reply@reply.github.com>wrote:

change_table...
t.enum fieldname
...

error type "string" DOES NOT EXIST.

didn't catch this in development, apparently sqlite doesn't mind it, but
PostgreSQL did not like it when i pushed to staging.

Reply to this email directly or view it on GitHub:
#33

Reply to this email directly or view it on GitHub:

#33 (comment)

@tinynumbers
Copy link
Collaborator

See also #43

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

3 participants