fotostore/sql/verify/albums.sql

8 lines
141 B
MySQL
Raw Normal View History

2017-07-31 10:14:59 +03:00
-- Verify fotostore:albums on sqlite
BEGIN;
select album_id, name, description, created, modified, deleted from albums where 0;
ROLLBACK;