fotostore/sql/verify/images@v1.0.0.sql

8 lines
128 B
MySQL
Raw Normal View History

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