diff --git a/.drone.yml b/.drone.yml index f87479e..2170f0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -106,3 +106,4 @@ steps: from_secret: db_password depends_on: [ deploy-php ] + diff --git a/Sources/php_script/script/insertAndMakeListUser.php b/Sources/php_script/script/insertAndMakeListUser.php index dda7831..894c181 100644 --- a/Sources/php_script/script/insertAndMakeListUser.php +++ b/Sources/php_script/script/insertAndMakeListUser.php @@ -33,7 +33,7 @@ function insertUserAndReturnList(): array|int latitude double NOT NULL, longitude double NOT NULL, idMusic varchar(100) NOT NULL, - dateLog date NOT NULL + dateLog datetime NOT NULL );"; mysqli_query($res, $query);