Changes between Version 2 and Version 3 of UserAddsStoryToReadingList


Ignore:
Timestamp:
08/24/26 16:02:10 (13 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserAddsStoryToReadingList

    v2 v3  
    1010**3.** The system retrieves all reading lists belonging to the user.
    1111{{{#!sql
    12 SELECT list_id, name, is_public
     12SELECT list_id, list_name, is_public
    1313FROM READING_LIST
    1414WHERE user_id = 4;