Changes between Version 14 and Version 15 of phase0


Ignore:
Timestamp:
03/07/24 00:01:41 (7 months ago)
Author:
201166
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • phase0

    v14 v15  
    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',\\