bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

add postgres constraint for unique urls #101

Closed patrickkettner closed 9 years ago

patrickkettner commented 10 years ago

fixes #99

benschwarz commented 10 years ago

We need to be able to run migrations against the database. I'm not familiar with node postgres migration tooling, but all the same, thats what needs to happen here.

sheerun commented 9 years ago

Aliases are OK. We can't remove them because of backward compatibility :(

It's quite possible some packages already use misspelled names. The best we can do is:

Sorry, closing