Changes between Version 10 and Version 11 of phase0


Ignore:
Timestamp:
03/06/24 23:58:30 (7 months ago)
Author:
201166
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • phase0

    v10 v11  
    140140
    141141INSERT INTO users (first_name, last_name, phone_number, email, password, role)\\
    142 SELECT 'First' || (i) + 1,\\
     142SELECT 'First' '||' (i) + 1,\\
    143143       'Last' || (i) + 1,\\
    144144       '123-456-7890',\\