Changes between Version 2 and Version 3 of UseCaseModel/ImportantUseCase1


Ignore:
Timestamp:
01/20/24 15:57:12 (23 months ago)
Author:
191572
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCaseModel/ImportantUseCase1

    v2 v3  
    1515  {{{#!sql
    1616
    17 insert into .Naracka(Datum, potrosuvac_id, restoran_id, vozac_id, admin_id) values
    18 (11/1/2024, 10, 1, 10, 1)
     17insert into Naracka(Datum, potrosuvac_id, restoran_id, vozac_id, admin_id) values
     18(11/1/2024, 10, 1, 10, 1);
    1919
    2020  }}}