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 523e571 commit 604b49c
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 @@ -23,7 +23,7 @@ WHERE extension_name IN (
-- 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;
ADD COLUMN shared_cpu BOOLEAN DEFAULT FALSE;

-- Update AWS shared vCPU instances
UPDATE public.cloud_instances
Expand Down

0 comments on commit 604b49c

Please sign in to comment.