Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneDutto committed Dec 10, 2024
1 parent b74d622 commit 6f69fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/dbmodel/sql/postgres/1_17.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
ALTER TABLE models DROP COLUMN default_series, DROP COLUMN migration_controller_id, DROP COLUMN is_controller, DROP COLUMN cores,
DROP COLUMN machines, DROP COLUMN units, DROP COLUMN type, DROP COLUMN status_status, DROP COLUMN status_info, DROP COLUMN status_data,
DROP COLUMN status_since, DROP COLUMN status_version, DROP COLUMN sla_level, DROP COLUMN sla_owner;

UPDATE versions SET major=1, minor=17 WHERE component='jimmdb';

0 comments on commit 6f69fc8

Please sign in to comment.