Changes between Version 2 and Version 3 of ImportantUseCase1


Ignore:
Timestamp:
03/01/22 13:13:01 (2 years ago)
Author:
192070
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase1

    v2 v3  
    1414{{{#!sql
    1515insert into pilots  (pilot_id, pilot_name, first_name, last_name, birth_date, email, password, member_since, bio)
    16         values  (1, 'bnikov', 'Bojan', 'Nikov', '2000-09-25', 'nikov.bojan@gmail.com', 'admin', '2022-01-01', null);
     16        values  (1, 'bnikov', 'Bojan', 'Nikov', '2000-09-1', 'test@gmail.com', 'admin', '2022-01-01', null);
    1717}}}
    1818