fotostore/sql/verify/album_images.sql
2017-07-31 10:14:59 +03:00

7 lines
127 B
PL/PgSQL

-- Verify fotostore:album_images on sqlite
BEGIN;
select record_id, album_id, image_id from album_images where 0;
ROLLBACK;