surfriderfoundationeurope / plasticorigins-ops-db

Database management (access, code, etc)
MIT License
1 stars 1 forks source link

Missing default uuid in etl.logs #29

Open charlesollion opened 1 year ago

charlesollion commented 1 year ago

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.