Changes between Version 5 and Version 6 of ImportantUseCase3


Ignore:
Timestamp:
01/21/22 22:25:02 (2 years ago)
Author:
191151
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase3

    v5 v6  
    4949
    5050{{{
    51 
     51INSERT INTO project.manager_invites (email,name,invitation_token,created_at,artist_id)
     52        VALUES ('test_manager@mail.com','Manager','$2y$10$mTOpvSVqKzGDHpUC5lyrPOfwcYgU7kz9Gbuc22dske4I2g4I.QZ6i',now(),(
     53                select u.id from users u
     54                where u.email = 'test_artist@mail.com'
     55                and u.type = 'ARTIST'::project."user_type"     
     56        ));
    5257}}}
    5358