zakaf / KDHC

KDHC
http://www.dongkeunlee.com
6 stars 0 forks source link

Update db to incorporate Auth0 #15

Closed zakaf closed 6 years ago

zakaf commented 6 years ago

Currently client <-> client_crawl_ct <-> crawl_url is the basic structure of the db. But since client registration is done with Auth0, client table is unnecessary. Client table should be deleted and clinet_crawl_ct should have user_id(Auth0) to connect to crawl

zakaf commented 6 years ago

client table is now dropped and client_crawl_ct's client_id column is varchar(100) to incorporate auth0 id