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

Invalid column/type '?column?' in table 'applicationfilestocopytemp' #30

Open
PaulchenPlump opened this issue Apr 30, 2021 · 0 comments

Comments

@PaulchenPlump
Copy link

When running the postgresql database update from 9 to 11 it aborts with the message Checking for invalid "unknown" user columns.

Another search brings up the incorrect table applicationfilestocopytemp which is defined as follows:
CREATE TABLE public.applicationfilestocopytemp (url character varying(500), "?column?" unknown, newurl character varying(500));

Is this needed and then what is the column definition? The creation of the table seems to be not quite https://github.com/h-mdm/hmdm-server/blob/master/server/src/main/resources/liquibase/db.changelog.xml#L944.

Thank you for the software and support!

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

1 participant