SomethingSexy / collectionstash

www.collectionstash.com
1 stars 0 forks source link

Add ability to import a collectible from a site like sideshow or hot toys #197

Closed SomethingSexy closed 9 years ago

SomethingSexy commented 9 years ago

They would supply a url and we would try to automatically import whatever data we can.

SomethingSexy commented 9 years ago

ALTER TABLE collectibles ADD parsed_from_url BOOLEAN NOT NULL DEFAULT FALSE ;

ALTER TABLE collectibles_revs ADD parsed_from_url BOOLEAN NOT NULL DEFAULT FALSE ;

SomethingSexy commented 9 years ago

Description might need to get increased

SomethingSexy commented 9 years ago

ALTER TABLE collectibles ADD parsed_data TEXT NULL ;