Fix restaurant_bookings icon to Armchair (UtensilsCrossed not in iconMap)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5673f3e80a
commit
ea3a2f46ff
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ export async function initDb() {
|
||||||
// ON CONFLICT DO NOTHING so restarts never reset base_path/active managed by settings.
|
// ON CONFLICT DO NOTHING so restarts never reset base_path/active managed by settings.
|
||||||
await pool.query(`
|
await pool.query(`
|
||||||
INSERT INTO apps (slug, name, description, base_path, icon, theme_color, category, active)
|
INSERT INTO apps (slug, name, description, base_path, icon, theme_color, category, active)
|
||||||
VALUES ('restaurant_bookings', 'Table Bookings', 'Hosted table reservation system', '/bookings', 'UtensilsCrossed', '#1a1a2e', 'Restaurant', FALSE)
|
VALUES ('restaurant_bookings', 'Table Bookings', 'Hosted table reservation system', '/bookings', 'Armchair', '#1a1a2e', 'Restaurant', FALSE)
|
||||||
ON CONFLICT (slug) DO NOTHING
|
ON CONFLICT (slug) DO NOTHING
|
||||||
`)
|
`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue