mirror of
https://github.com/vrana/adminer.git
synced 2025-08-27 08:14:35 +02:00
Code style: Add more checks
This commit is contained in:
@@ -571,9 +571,9 @@ ORDER BY conkey, conname") as $row
|
||||
if ($comment !== null) {
|
||||
$queries[] = "COMMENT ON TABLE " . table($name) . " IS " . q($comment);
|
||||
}
|
||||
if ($auto_increment != "") {
|
||||
// if ($auto_increment != "") {
|
||||
//! $queries[] = "SELECT setval(pg_get_serial_sequence(" . q($name) . ", ), $auto_increment)";
|
||||
}
|
||||
// }
|
||||
foreach ($queries as $query) {
|
||||
if (!queries($query)) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user