Changes between Version 5 and Version 6 of ImportantUseCase1
- Timestamp:
- 01/21/22 23:08:06 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase1
v5 v6 14 14 [SLIKA] 15 15 16 {{{ 16 {{{#!sql 17 17 INSERT INTO project.users (email,username,password,full_name,created_at,profile_picture,type) 18 18 VALUES ('test_artist@mail.com','test_artist_1','password','Test Artist', now(),'artist.jpg','ARTIST'::project."user_type"); … … 23 23 [SLIKA] 24 24 25 {{{ 25 {{{#!sql 26 26 update project.artists 27 27 set admin_verified_at = now() … … 42 42 [SLIKA] 43 43 44 {{{ 44 {{{#!sql 45 45 UPDATE project.artists 46 46 SET admin_verified_at = now()