8 lines
92 B
MySQL
8 lines
92 B
MySQL
|
-- Return macOS package receipts
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
package_receipts;
|