IDEMPIERE-5174 Disable System User - Allow to assign password on new created users (#1854)

This commit is contained in:
Carlos Ruiz 2023-05-25 16:32:57 +02:00 committed by GitHub
parent 4a1dcb265b
commit 3fa63cf37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
-- IDEMPIERE-5174 Disable System User
SELECT register_migration_script('202305241636_IDEMPIERE-5174.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- May 24, 2023, 4:36:01 PM CEST
UPDATE AD_Column SET ReadOnlyLogic=NULL,Updated=TO_TIMESTAMP('2023-05-24 16:36:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=417
;

View File

@ -0,0 +1,7 @@
-- IDEMPIERE-5174 Disable System User
SELECT register_migration_script('202305241636_IDEMPIERE-5174.sql') FROM dual;
-- May 24, 2023, 4:36:01 PM CEST
UPDATE AD_Column SET ReadOnlyLogic=NULL,Updated=TO_TIMESTAMP('2023-05-24 16:36:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=417
;