mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 00:01:05 +00:00
Rebuilt-from-PR: #6309 Source-PR: https://github.com/okxlin/appstore/pull/6309 Maintainer-workflow: appstore-pr-maintainer
5 lines
118 B
SQL
5 lines
118 B
SQL
select 'shell' as component,
|
|
printf('Todo list (%d)', count(*)) as title,
|
|
'timeline' as menu_item
|
|
from todos;
|