7 lines
76 B
PL/PgSQL
7 lines
76 B
PL/PgSQL
-- Revert fotostore:albums from sqlite
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE albums;
|
|
|
|
COMMIT;
|