You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
856 B
13 lines
856 B
INSERT INTO partners (company_name, ref, locale, expires)
|
|
VALUES ('B2boost', 'FYI1', 'en_BE', '2022-11-24T17:46:00+01:00'),
|
|
('Proximus', 'FYI2', 'en_BE', '2022-11-24T17:46:00+01:00'),
|
|
('KBC Bank', 'FYI3', 'en_BE', '2022-11-24T17:46:00+01:00'),
|
|
('AB InBev', 'FYI4', 'en_BE', '2022-11-24T17:46:00+01:00'),
|
|
('Spotify', 'FYI5', 'sv_SE', '2022-11-24T17:46:00+01:00'),
|
|
('AMSOM-Habitat', 'FYI6', 'fr_FR', '2022-11-24T17:46:00+01:00'),
|
|
('Microsoft', 'FYI7', 'en_US', '2022-11-24T17:46:00-04:00'),
|
|
('Sony', 'FYI8', 'ja_JP', '2022-11-24T17:46:00+09:00'),
|
|
('Intel', 'FYI9', 'en_US', '2022-11-24T17:46:00-04:00'),
|
|
('Cisco', 'FYI10', 'en_US', '2022-11-24T17:46:00-04:00'),
|
|
('Dell', 'FYI11', 'en_US', '2022-11-24T17:46:00-04:00'),
|
|
('Canonical', 'FYI12', 'en_US', '2022-11-24T17:46:00-04:00');
|
|
|