fotostore/sql/verify/images.sql

8 lines
128 B
MySQL
Raw Normal View History

2017-07-22 11:08:15 +03:00
-- Verify fotostore:images on sqlite
BEGIN;
select file_id, owner_id, file_name, created_time from images where 0;
ROLLBACK;