mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 14:51:54 +00:00
6 lines
86 B
SQL
6 lines
86 B
SQL
-- remove old rows (MySQL only)
|
|
|
|
DELETE FROM
|
|
`aliases`
|
|
WHERE
|
|
`cleanalias`='';
|