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

Missing default uuid in etl.logs #29

Open
charlesollion opened this issue Jul 7, 2023 · 0 comments
Open

Missing default uuid in etl.logs #29

charlesollion opened this issue Jul 7, 2023 · 0 comments

Comments

@charlesollion
Copy link

In database migration, there is no default for elt.logs uuid, resulting in a blocking error when creating new entries.
In sql this corresponds to a simple

ALTER TABLE logs.etl ALTER COLUMN id SET DEFAULT uuid_generate_v4();

to add.

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