Drop DEFAULT constraint post secrets migration
Open
- Dominant language
- Rust
- Stars
- 429
- Forks
- 49
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
ideally we do this here
```suggestion
ADD COLUMN IF NOT EXISTS encryption_key TEXT NOT NULL DEFAULT '',
```
and then later when migrattions are done, this can come in
```sql
ALTER TABLE superposition.workspaces ALTER COLUMN encryption_key DROP DEFAULT;
```
_Originally posted by @ayushjain17 in https://github.com/juspay/superposition/pull/773#discussion_r2736858536_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.