1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated SDK

This commit is contained in:
Eldad Fux 2020-03-19 08:54:29 +02:00
parent 8532edb434
commit c17fe6f288

View file

@ -64,8 +64,8 @@ $callbacks = [
$offset = $offset + $limit;
}
$schema = $requset->getServer('_APP_DB_SCHEMA');
$schema = (isset($_SERVER['_APP_DB_SCHEMA'])) ? $_SERVER['_APP_DB_SCHEMA'] : '';
try {
$statement = $db->prepare("
ALTER TABLE `{$schema}`.`app_{$project->getId()}.audit.audit` DROP COLUMN IF EXISTS `userType`;