-- upgrade version 2.4 to 2.4.1 Set client_encoding to latin1; BEGIN; ALTER TABLE departement ADD COLUMN image text; ALTER TABLE affectation ADD COLUMN stats boolean default true; COMMIT;