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

7 lines
124 B
PL/PgSQL

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