3
0

CRM=>Compose application migration

This commit is contained in:
Denis Arh
2019-05-06 09:02:26 +02:00
parent 4bb03ca492
commit 56ff8a1075
2 changed files with 5 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
UPDATE `sys_application`
SET `name` = 'Crust Compose',
`unify` = '{"logo": "/applications/crust.jpg", "icon": "/applications/crust_favicon.png", "url": "/compose/", "listed": true}'
WHERE id = 2;