Skip to content

Remove the `secrets` table entirely

Warren Gifford requested to merge cloud/remove-unused-secrets-table into main

Created by: flying-robot

This table is unused and contains no records, so it can be safely removed.

dev-readonly@sg=> select * from secrets;
┌────┬─────────────┬───────────┬──────────┬───────┐
│ id │ source_type │ source_id │ key_name │ value │
├────┼─────────────┼───────────┼──────────┼───────┤
└────┴─────────────┴───────────┴──────────┴───────┘
(0 rows)

Time: 51.165 ms

ref https://sourcegraph.slack.com/archives/CHPC7UX16/p1611929489096700

Merge request reports

Loading