Invalid SQL in db init script 57/107257/2
authorDan Timoney <dtimoney@att.com>
Wed, 6 May 2020 16:47:53 +0000 (12:47 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 6 May 2020 16:54:30 +0000 (12:54 -0400)
commit776c4819908805507ae9d7b5d3c89d3c829b08a4
treece4ac3fcb73af7a71c41bb19c70cee99b01e591f
parent55137e757b33b76d045df2b4b56269395619e3a0
Invalid SQL in db init script

MySQL allows AUTO_INCREMENT to take args indicating initial value
and offset.  MariaDB AUTO_INCREMENT is not as flexible - you can
specify initial value , but offset is a system-wide parameter
(default 1, but can be overridden in my.conf config file).

Changed database script to use AUTO_INCREMENT without (0,100),
which will cause those fields to start at value 0 and increment
by 1.

Change-Id: Icc6793290082d455f9de1bd838a6ad8d71d66afa
Issue-ID: CCSDK-2360
Signed-off-by: Dan Timoney <dtimoney@att.com>
ms/neng/src/main/docker/Dockerfile
ms/neng/src/main/resources/db/changelog/scripts/rel_18_10/create_base_tables.sql