7 lines
82 B
PL/PgSQL
7 lines
82 B
PL/PgSQL
-- Revert fotostore:exif_data from sqlite
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|