Files
yaak/crates/yaak-models/migrations/20260217000000_remove-legacy-faker-plugin.sql
2026-02-17 09:11:55 -08:00

4 lines
160 B
SQL

-- Remove stale plugin rows left over from the brief period when faker shipped as bundled.
DELETE FROM plugins
WHERE directory LIKE '%template-function-faker';