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
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
ALTERTABLElogs.etl ALTER COLUMN id SET DEFAULT uuid_generate_v4();
to add.
The text was updated successfully, but these errors were encountered:
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
to add.
The text was updated successfully, but these errors were encountered: