mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
4532627f71
Verifies that databases created with the old buggy FTS5 DELETE trigger body are correctly migrated by runSchema: the old trigger causes DELETE to fail, and after re-running runSchema (which drops and recreates the triggers with the corrected body) DELETE works normally.