Ignore:
Timestamp:
02/08/23 20:42:53 (17 months ago)
Author:
Gjoko Kostadinov <gjoko.kostadinov@…>
Branches:
master
Children:
46fd0c7
Parents:
a436340
Message:

Fix page layout and js bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/data.sql

    ra436340 r2b0a4db  
    77insert into business_type (id, created, modified, name)
    88values (1, current_timestamp, current_timestamp, 'tailor'),
    9        (2, current_timestamp, current_timestamp, 'nail salon'),
    10        (3, current_timestamp, current_timestamp, 'massage parlor'),
    11        (4, current_timestamp, current_timestamp, 'makeup studio'),
     9       (2, current_timestamp, current_timestamp, 'nail technician'),
     10       (3, current_timestamp, current_timestamp, 'masseuse'),
     11       (4, current_timestamp, current_timestamp, 'makeup artist'),
    1212       (5, current_timestamp, current_timestamp, 'hairdresser'),
    1313       (6, current_timestamp, current_timestamp, 'barber');
Note: See TracChangeset for help on using the changeset viewer.