adds new bank accounts
This commit is contained in:
@@ -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"] }'),
|
||||
|
||||
Reference in New Issue
Block a user