Changes between Version 2 and Version 3 of ImportantUseCase2


Ignore:
Timestamp:
01/21/22 23:08:42 (2 years ago)
Author:
191215
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase2

    v2 v3  
    1313[SLIKA]
    1414
    15 {{{
     15{{{#!sql
    1616INSERT INTO project.users (email,username,password,full_name,created_at,profile_picture,type)
    1717        VALUES ('test_organizer_1@mail.com','test_organizer_1','pswrd','Test Organizator 1', now(),'artist.jpg','ORGANIZER'::project."user_type");
     
    2222[SLIKA]
    2323
    24 {{{
     24{{{#!sql
    2525UPDATE project.users
    2626        SET email_verified_at = now(),updated_at = now()