mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-06 20:08:35 +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';
|