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 #190 - Document the requirement for uuid-ossp PostgreSQL extension #219

Merged
merged 1 commit into from Mar 3, 2014

Conversation

dstufft
Copy link
Member

@dstufft dstufft commented Mar 3, 2014

No description provided.

$ psql warehouse -c 'CREATE EXTENSION IF NOT EXISTS citext'

$ # Install the UUID extension
$ psql warehouse -c 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp"'
Copy link
Member

Choose a reason for hiding this comment

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

Is uuid needed anymore? IIRC it was originalyl added for linehaul.

Copy link
Member

Choose a reason for hiding this comment

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

lol, just realized you need it for teh forwards migration which you need so that table can be deleted.

Copy link
Member Author

Choose a reason for hiding this comment

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

Techincally? No. Actually? Yes.

The migrations won't run successfully without it installed because the linehaul migrations are still there (I just added another migration to remove the table). However I plan on using UUID's other places anyways so it's not a big deal that it's "needed" but not really used at the moment.

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