fotostore/sql/verify/user_albums.sql

8 lines
124 B
MySQL
Raw Permalink Normal View History

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