12 lines
147 B
MySQL
12 lines
147 B
MySQL
|
-- Verify camper:media_content on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select content_hash
|
||
|
, media_type
|
||
|
, bytes
|
||
|
from camper.media_content
|
||
|
where false;
|
||
|
|
||
|
rollback;
|