Skip to content

Commit

Permalink
Update console/db/migrations/20241205103951_2.1.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Dec 11, 2024
1 parent f7fc3a1 commit 523e571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/db/migrations/20241205103951_2.1.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WHERE extension_name IN (
'timescaledb'
);

-- Adds shared_cpu BOOLEAN field to cloud_instances for Hetzner which has both Shared and Dedicated vCPU
-- Adds shared_cpu BOOLEAN field to cloud_instances
-- ref: https://github.com/vitabaks/autobase/issues/784
ALTER TABLE ONLY public.cloud_instances
ADD COLUMN 'shared_cpu' BOOLEAN DEFAULT FALSE;
Expand Down

0 comments on commit 523e571

Please sign in to comment.