]> wagnertech.de Git - mfinanz.git/blobdiff - sql/Pg-upgrade2-auth/session_content_auto_restore.sql
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / sql / Pg-upgrade2-auth / session_content_auto_restore.sql
index d0d84a59c9a615e2a64fe02fe9422f908d5c5c52..61cdf573a8b80604e482288de7e7991018599dc0 100644 (file)
@@ -1,6 +1,5 @@
 -- @tag: session_content_auto_restore
 -- @description: Spalte "auto_restore" in auth.session_content
 -- @depends:
--- @charset: utf-8
 ALTER TABLE auth.session_content ADD COLUMN auto_restore boolean;
 UPDATE auth.session_content SET auto_restore = FALSE;