Revert Open category back to Operations (autocorrect typo)
This commit is contained in:
parent
ccf0dc0f78
commit
5901d61853
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const pool = new Pool({ connectionString: process.env.DATABASE_URL })
|
|||
|
||||
await pool.query(`
|
||||
INSERT INTO apps (slug, name, description, base_path, icon, theme_color, category, internal_host, internal_port)
|
||||
VALUES ('maintenance', 'Maintenance', 'Maintenance log book — faults, recurring tasks, assets and contractors', '/maintenance', 'Wrench', '#b45309', 'Open', '10.10.10.121', 3080)
|
||||
VALUES ('maintenance', 'Maintenance', 'Maintenance log book — faults, recurring tasks, assets and contractors', '/maintenance', 'Wrench', '#b45309', 'Operations', '10.10.10.121', 3080)
|
||||
ON CONFLICT (slug) DO UPDATE SET
|
||||
name = EXCLUDED.name,
|
||||
description = EXCLUDED.description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue