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
We are experiencing multiple issues with Knex migrations in our Backstage project. Below are the details of the errors observed:
ORA-01442: column to be modified to NOT NULL is already NOT NULL
This error is observed at multiple places in various migration files.
It required commenting out specific code sections (screenshots attached).
ORA-01408: such column list already indexed
This error is also observed at multiple places in various migration files.
It required commenting out specific code sections (screenshots attached).
The text was updated successfully, but these errors were encountered:
Environment
Knex version :[email protected]
Database + version: Oracle 21c express
drivers: oracledb
Backstage Version: 1.31.0
OS: Ubuntu
@atiertant
@lorefnon
We are experiencing multiple issues with Knex migrations in our Backstage project. Below are the details of the errors observed:
ORA-01442: column to be modified to NOT NULL is already NOT NULL
This error is observed at multiple places in various migration files.
It required commenting out specific code sections (screenshots attached).
ORA-01408: such column list already indexed
![image](https://private-user-images.githubusercontent.com/5830980/384971697-e10e0abf-3254-4204-a689-2ef9cf33d9fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjEyNDAsIm5iZiI6MTczOTQ2MDk0MCwicGF0aCI6Ii81ODMwOTgwLzM4NDk3MTY5Ny1lMTBlMGFiZi0zMjU0LTQyMDQtYTY4OS0yZWY5Y2YzM2Q5ZmMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTUzNTQwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjlkMzVkNDRmY2FiZDA5ZTVjNGQwNDZlYzcwODgxYzAyMWZmNzUzZWE4OTliMGMwMzc1NTI4NTVlOTU3OGMzNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.b6hWhMCNCExWT_pUO1FvN1qWqxlFTr1aM09yKxxwQus)
![image](https://private-user-images.githubusercontent.com/5830980/384971754-cfc1e049-6d84-4cd3-9015-f9cf61baab70.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjEyNDAsIm5iZiI6MTczOTQ2MDk0MCwicGF0aCI6Ii81ODMwOTgwLzM4NDk3MTc1NC1jZmMxZTA0OS02ZDg0LTRjZDMtOTAxNS1mOWNmNjFiYWFiNzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTUzNTQwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjIzNDU3ZDc0Mzg0NGYwM2QxN2I0MDc4YThjN2FjYWIxNDM3ZjU1OTNlOWQzZjBmNjIzYzM3OGU2Nzg4YjJmZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zzuGIIVkziIJY_2h0rr7hMgffcFXN3CnUPfPZQH-kSk)
This error is also observed at multiple places in various migration files.
It required commenting out specific code sections (screenshots attached).
The text was updated successfully, but these errors were encountered: