fotostore/sql/verify/exif_data.sql
2018-08-19 11:07:30 +03:00

7 lines
91 B
PL/PgSQL

-- Verify fotostore:exif_data on sqlite
BEGIN;
-- XXX Add verifications here.
ROLLBACK;