Changes between Version 6 and Version 7 of ImportantUseCase2


Ignore:
Timestamp:
03/10/22 17:09:35 (2 years ago)
Author:
191151
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase2

    v6 v7  
    1414
    1515{{{#!sql
    16 INSERT INTO project.users (email,username,password,full_name,created_at,profile_picture,type)
     16INSERT INTO project.users (email,username,password,name,created_at,profile_picture,type)
    1717        VALUES ('v_organizer@mail.com','v_organizer','pswrd','V Organizer, now(),'artist.jpg','ORGANIZER'::project."user_type");
    1818}}}