Globinours/migrations/022_rename_cat_species.sql

3 lines
72 B
SQL

UPDATE animals
SET species = 'chat'
WHERE lower(trim(species)) = 'cat';