X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-mariadb%2Fresources%2Fconfig%2Fdocker-entrypoint-initdb.d%2Fdb-sql-scripts%2Fmariadb_identity_7.10.0.sql;fp=kubernetes%2Fso%2Fcomponents%2Fso-mariadb%2Fresources%2Fconfig%2Fdocker-entrypoint-initdb.d%2Fdb-sql-scripts%2Fmariadb_identity_7.14.0.sql;h=35cb979781b2b57b1fe0729959e09a5f8fa44500;hb=478ff9b0764a38937eacb50f7d01cbae0be0e04e;hp=44bea24e2ac4a2760bc9347b5029f37e3799a098;hpb=3dabd570ce208b6fa4660de92061587e0fc129f8;p=oom.git diff --git a/kubernetes/so/components/so-mariadb/resources/config/docker-entrypoint-initdb.d/db-sql-scripts/mariadb_identity_7.14.0.sql b/kubernetes/so/components/so-mariadb/resources/config/docker-entrypoint-initdb.d/db-sql-scripts/mariadb_identity_7.10.0.sql similarity index 86% rename from kubernetes/so/components/so-mariadb/resources/config/docker-entrypoint-initdb.d/db-sql-scripts/mariadb_identity_7.14.0.sql rename to kubernetes/so/components/so-mariadb/resources/config/docker-entrypoint-initdb.d/db-sql-scripts/mariadb_identity_7.10.0.sql index 44bea24e2a..35cb979781 100644 --- a/kubernetes/so/components/so-mariadb/resources/config/docker-entrypoint-initdb.d/db-sql-scripts/mariadb_identity_7.14.0.sql +++ b/kubernetes/so/components/so-mariadb/resources/config/docker-entrypoint-initdb.d/db-sql-scripts/mariadb_identity_7.10.0.sql @@ -1,9 +1,8 @@ -- --- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH --- under one or more contributor license agreements. See the NOTICE file --- distributed with this work for additional information regarding copyright --- ownership. Camunda licenses this file to you under the Apache License, --- Version 2.0; you may not use this file except in compliance with the License. +-- Copyright © 2012 - 2018 camunda services GmbH and various authors (info@camunda.com) +-- +-- Licensed under the Apache License, Version 2.0 (the "License"); +-- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 @@ -39,7 +38,7 @@ create table ACT_ID_USER ( EMAIL_ varchar(255), PWD_ varchar(255), SALT_ varchar(255), - LOCK_EXP_TIME_ datetime(3) NULL, + LOCK_EXP_TIME_ timestamp(3) NULL, ATTEMPTS_ integer, PICTURE_ID_ varchar(64), primary key (ID_)