Skip to content

Drop DEFAULT constraint post secrets migration #843

@sauraww

Description

@sauraww

ideally we do this here

ADD COLUMN IF NOT EXISTS encryption_key TEXT NOT NULL DEFAULT '',

and then later when migrattions are done, this can come in

ALTER TABLE superposition.workspaces  ALTER COLUMN encryption_key DROP DEFAULT;

Originally posted by @ayushjain17 in #773 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions