-- Revert example:todo from sqlite

BEGIN;

-- XXX Add DDLs here.
drop table todo;


COMMIT;