mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
sqlite fts5 virtual tables create additional tables that are automatically deleted when the virtual table is deleted. This will cause "no such table" errors when trying to drop them when creating a new migration.