You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
publicfunction tmpSaveNewCol(\cebe\yii2openapi\db\ColumnSchema$columnSchema): \yii\db\ColumnSchema
{
$tableName = 'tmp_table_';
$db = 'db';
if (ApiGenerator::isPostgres() && static::isEnum($columnSchema)) {
$db = 'pg_test_db_2'; <--------------------- dont use this, pg_test_db_2 is just for test; it is used in lib; thisrequire every app to set up second DB
}
type: bug
priority: high
The text was updated successfully, but these errors were encountered:
File : yii2-openapi/src/lib/migrations/BaseMigrationBuilder.php
type: bug
priority: high
The text was updated successfully, but these errors were encountered: