X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2-auth%2Fsession_content_auto_restore.sql;h=61cdf573a8b80604e482288de7e7991018599dc0;hb=94f5cb152afa9210162295b6727801c296af0631;hp=d0d84a59c9a615e2a64fe02fe9422f908d5c5c52;hpb=0a612d2fe7ec14c9ed3f7d0d036e1c63d3027f4f;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2-auth/session_content_auto_restore.sql b/sql/Pg-upgrade2-auth/session_content_auto_restore.sql index d0d84a59c..61cdf573a 100644 --- a/sql/Pg-upgrade2-auth/session_content_auto_restore.sql +++ b/sql/Pg-upgrade2-auth/session_content_auto_restore.sql @@ -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;