bhanderson/pbnh

ability to import any paste id

Opened this issue · 3 comments

if you are migrating from haste it has an id and content

This should work on the db end.

Do we have any way of accessing the haste/paste dbs directly? I can throw something together to handle the import.

yeah I have a db. Unfortunately some indexes are numbers and some are 10 char strings

We can set the 10 char string as the "hash" in the new database. Then lookups will still work, but we won't be able to detect duplicates.