Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration file issue #142

Open
ydessert opened this issue Jan 30, 2024 · 3 comments
Open

Migration file issue #142

ydessert opened this issue Jan 30, 2024 · 3 comments

Comments

@ydessert
Copy link

Using migration tool to populate fresh database fire an issur with change 07-02-2023

Error during liquibase execution: [liquibase.exception.MigrationFailedException: Migration failed for changeset 07-02-2023/NewRows-Diodes-Rectifiers-Single.sql::1::Stanislav_Vodolagin:
Reason: liquibase.exception.DatabaseException: ERROR: column "Voltage - Dc Reverse (Vr) (Max)" of relation "Diodes-Rectifiers-Single" does not exist

It seems that the database field name should be "Voltage - DC Reverse (Vr) (Max)"

How to bypass this issue ?

@ximtech
Copy link
Owner

ximtech commented Feb 1, 2024

Hi. There is some issue with migration data, this was cause by previous data transformation and manually created scripts. So at this moment all those misalignments fixed and pushed.
Please, make sure that database have altium schema (now it's default schema). Run altium-migrator on empty database with docker env parameter: LIQUIBASE_SCHEMA_NAME=altium (or pull the latest image, it has this schema by default)
altium-migrator docker link

@GHTXL
Copy link

GHTXL commented Jul 25, 2024

I try to use this library and found it is very diffcult to set the postgresDB & Docker,I follow the operation step by step and I’m failed.

@ximtech
Copy link
Owner

ximtech commented Aug 5, 2024

Hi. Can you please give some additional information? On what step do you stuck?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants