fotostore/sql/verify/album_images.sql

8 lines
127 B
MySQL
Raw Normal View History

2017-07-31 10:14:59 +03:00
-- Verify fotostore:album_images on sqlite
BEGIN;
select record_id, album_id, image_id from album_images where 0;
ROLLBACK;