123456789 -- Revert example:todo from sqliteBEGIN;-- XXX Add DDLs here.drop table todo;COMMIT;
-- Revert example:todo from sqlite
BEGIN;
-- XXX Add DDLs here.
drop table todo;
COMMIT;