adds new bank accounts

This commit is contained in:
Bryce Covert
2018-08-16 21:04:55 -07:00
parent 6614aca036
commit adca97f2d3
3 changed files with 68 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
-- 1534475443 UP update-companies
DELETE FROM companies where code in
('BES', 'BSA', 'HM', 'FCF', 'INT', 'JS', 'MV', 'ORA', 'SK', 'SLO', 'WE');
('BES', 'BSA', 'HM', 'FCF', 'INT', 'JS', 'MV', 'ORA', 'SK', 'SLO', 'WE', 'MPI');
INSERT INTO companies (code, name, data)
VALUES
@@ -11,6 +11,7 @@ VALUES
('INT', 'Integreat', '{:locations ["CB"] }'),
('JS', 'Jason Skarbek', '{:locations ["CB"] }'),
('MV', 'Mio Vicino - Santa Clara', '{:locations ["SC"] }'),
('MPI', 'Moscini Pizza', '{:locations ["CB"] }'),
('ORA', 'Orale''s', '{:locations ["CB"] }'),
('SK', 'Savory Kitchen', '{:locations ["AL"] }'),
('SLO', 'Skarbek Law Offices', '{:locations ["CB"] }'),