mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:51:46 +02:00
4 lines
160 B
SQL
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';
|