9 lines
131 B
MySQL
9 lines
131 B
MySQL
|
-- Lists the application bundle that owns a sandbox label.
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
sandboxes;
|