feat: Russian market channels — Яндекс, Островок, Суточно, Авито, Bronevik, 101hotels + role-based sidebar

This commit is contained in:
2026-03-26 00:56:53 +03:00
parent 18358b64b3
commit 566c6a5e41
3 changed files with 60 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ export async function seedIfEmpty() {
}
// Insert channels (disabled by default)
for (const name of ['booking_com', 'airbnb', 'expedia', 'vrbo']) {
for (const name of ['booking_com', 'yandex_travel', 'ostrovok', 'sutochno', 'avito', 'bronevik', 'hotels101', 'onetwotrip']) {
await db.query(
`INSERT INTO channels (hotel_id, name) VALUES ($1, $2)`,
[hotelId, name],