Skip to content

Commit

Permalink
add some columns for the table
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 19, 2024
1 parent e86a7ad commit fcd5f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus/catalog/migrations/V23__dyncconfigtable.sql
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
ALTER TABLE alerting_settings RENAME TO dynamic_settings;
ALTER TABLE dynamic_settings ADD COLUMN setting_description TEXT;
ALTER TABLE dynamic_settings ADD COLUMN needs_restart BOOLEAN;

0 comments on commit fcd5f59

Please sign in to comment.