db(api-api): 🗃️ Introduce visitor identity and corporate domain tracking tables for API service database schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
705f7db13e
commit
8bb3f2f403
1 changed files with 5 additions and 2 deletions
|
|
@ -67,7 +67,8 @@ export class AddVisitorIdentityAndCorpDomain1747200000000 implements MigrationIn
|
|||
('lilith-apps-ehf', 'Lilith Apps ehf'),
|
||||
('att', 'Adult Therapy Tour'),
|
||||
('sansonnet', 'Maison Sansonnet'),
|
||||
('transquinnftw', 'transquinnftw')
|
||||
('transquinnftw', 'transquinnftw'),
|
||||
('cocotte', 'Maison Cocotte')
|
||||
`);
|
||||
|
||||
// ----- Seed domains -----
|
||||
|
|
@ -83,7 +84,9 @@ export class AddVisitorIdentityAndCorpDomain1747200000000 implements MigrationIn
|
|||
((SELECT id FROM corps WHERE slug='transquinnftw'), 'transquinnftw.com', 'canonical'),
|
||||
((SELECT id FROM corps WHERE slug='transquinnftw'), 'tqftw.com', 'alias'),
|
||||
((SELECT id FROM corps WHERE slug='lilith-apps-ehf'), 'atlilith.com', 'canonical'),
|
||||
((SELECT id FROM corps WHERE slug='lilith-apps-ehf'), 'trustedmeet.com', 'canonical')
|
||||
((SELECT id FROM corps WHERE slug='lilith-apps-ehf'), 'trustedmeet.com', 'canonical'),
|
||||
((SELECT id FROM corps WHERE slug='cocotte'), 'cocotte.maison', 'canonical'),
|
||||
((SELECT id FROM corps WHERE slug='cocotte'), 'data.cocotte.maison', 'canonical')
|
||||
`);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue