Changes between Version 4 and Version 5 of ImportantUseCase1


Ignore:
Timestamp:
01/21/22 22:12:50 (3 years ago)
Author:
191151
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase1

    v4 v5  
    2828        where user_id = (
    2929                select u.id from users u
    30                         where u.email = 'test_artist@mail.com'
     30                where u.email = 'test_artist@mail.com'
    3131        );
    3232
     
    3434        VALUES ((
    3535                select u.id from users u
    36                         where u.email = 'test_artist@mail.com'
     36                where u.email = 'test_artist@mail.com'
    3737        ),'2000-01-01','Skopje','North Macedonia',1);
    3838}}}
     
    4747        WHERE user_id = (
    4848                select u.id from users u
    49                         where u.email = 'test_artist@mail.com'
     49                where u.email = 'test_artist@mail.com'
    5050        );
    5151}}}