Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2-auth / password_hashing.sql
index c1db613..40956d0 100644 (file)
@@ -1,7 +1,6 @@
 -- @tag: password_hashing
 -- @description: Explicitely set a password hashing algorithm
 -- @depends:
--- @charset: utf-8
 UPDATE auth."user"
   SET password = '{CRYPT}' || password
   WHERE NOT (password IS NULL)