change php_server
continuous-integration/drone/push Build is passing Details

#MSG01/ImplementationFirebaseMessaging
Dorian HODIN 2 years ago
parent 7a77591c11
commit 6f59204361

@ -106,3 +106,4 @@ steps:
from_secret: db_password from_secret: db_password
depends_on: [ deploy-php ] depends_on: [ deploy-php ]

@ -33,7 +33,7 @@ function insertUserAndReturnList(): array|int
latitude double NOT NULL, latitude double NOT NULL,
longitude double NOT NULL, longitude double NOT NULL,
idMusic varchar(100) NOT NULL, idMusic varchar(100) NOT NULL,
dateLog date NOT NULL dateLog datetime NOT NULL
);"; );";
mysqli_query($res, $query); mysqli_query($res, $query);

Loading…
Cancel
Save