Changes between Version 5 and Version 6 of ImportantUseCase1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase1

    v5 v6  
    1414[SLIKA]
    1515
    16 {{{
     16{{{#!sql
    1717INSERT INTO project.users (email,username,password,full_name,created_at,profile_picture,type)
    1818        VALUES ('test_artist@mail.com','test_artist_1','password','Test Artist', now(),'artist.jpg','ARTIST'::project."user_type");
     
    2323[SLIKA]
    2424
    25 {{{
     25{{{#!sql
    2626update project.artists
    2727        set admin_verified_at  = now()
     
    4242[SLIKA]
    4343
    44 {{{
     44{{{#!sql
    4545UPDATE project.artists
    4646        SET admin_verified_at = now()