8 lines
91 B
MySQL
8 lines
91 B
MySQL
|
-- Verify fotostore:exif_data on sqlite
|
||
|
|
||
|
BEGIN;
|
||
|
|
||
|
-- XXX Add verifications here.
|
||
|
|
||
|
ROLLBACK;
|