Changes between Version 14 and Version 15 of ImportantUseCase3
- Timestamp:
- 01/22/22 18:24:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase3
v14 v15 42 42 43 43 {{{#!sql 44 update project.config_contains_product 45 SET prod_id = 450, 46 num_products_config = 1 47 where config_id = 51776 and prod_id = 115; 44 update project.config_contains_product 45 set prod_id = 450, num_products_config = 1 46 where config_id = 1504000 and prod_id = 115; 47 48 update project."Configuration" 49 set "name" = 'new name', price = 123, "type" = 'new type' 50 where config_id = 1504000; 48 51 }}} 49 52