Changes between Version 2 and Version 3 of UserAddsStoryToReadingList
- Timestamp:
- 08/24/26 16:02:10 (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserAddsStoryToReadingList
v2 v3 10 10 **3.** The system retrieves all reading lists belonging to the user. 11 11 {{{#!sql 12 SELECT list_id, name, is_public12 SELECT list_id, list_name, is_public 13 13 FROM READING_LIST 14 14 WHERE user_id = 4;
