Skip to content

Commit

Permalink
[#159] schema changed to reflect appliances change
Browse files Browse the repository at this point in the history
  • Loading branch information
JamalG16 committed Nov 30, 2019
1 parent 30af059 commit a896bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ insert into sectors (type, kind) VALUES ('BUILDING', 'ROOF'), ('BUILDING', 'ENVE
('HVAC', 'FIREPLACE'), ('INTERIOR FINISH', 'WALLS'),
('INTERIOR FINISH', 'CEILING'), ('INTERIOR FINISH', 'FLOOR'),
('INTERIOR FINISH', 'CABINET'), ('INTERIOR FINISH', 'DOORS'),
('APPLIANCES AND FURNITURE', 'DISHWASHER'),
('APPLIANCES AND FURNITURE', 'REFRIGERATOR');
('APPLIANCES', 'DISHWASHER'),
('APPLIANCES', 'REFRIGERATOR');

insert into activity_status (status) VALUES ('ACTIVE'), ('INACTIVE');

Expand Down

0 comments on commit a896bec

Please sign in to comment.