4 lines
93 B
SQL
4 lines
93 B
SQL
DELETE FROM os_images WHERE id = 'openbsd67';
|
|
|
|
ALTER TABLE os_images
|
|
DROP COLUMN deprecated; |