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

7 lines
127 B
MySQL
Raw Normal View History

2018-09-09 16:56:33 +03:00
-- Verify fotostore:images on sqlite
BEGIN;
select file_id, owner_id, file_name, created_time from images where 0;
ROLLBACK;