open768 / curiosity_browser

php browser code for msss curiosity json feed
3 stars 0 forks source link

no userid in database entries #70

Open open768 opened 1 month ago

open768 commented 1 month ago

in the obstore database the table creation script doesnt store the logged in userid. without a userid, we can not personalise the experience.

the code is in phpinc/ckink/objstore.php

a migration will be needed to add the user.

open768 commented 1 month ago

code added to cObjstoreDB to add a user column and index