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

7 lines
141 B
PL/PgSQL

-- Verify fotostore:albums on sqlite
BEGIN;
select album_id, name, description, created, modified, deleted from albums where 0;
ROLLBACK;