Really huge mass update; Getting everything up-to-spec and implementing a wide range of features
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE "RepoConfig" ALTER COLUMN "instanceType" SET DEFAULT 't3.medium';
|
||||
ALTER TABLE "AdminSettings" ALTER COLUMN "defaultInstanceType" SET DEFAULT 't3.medium';
|
||||
|
||||
UPDATE "RepoConfig"
|
||||
SET "instanceType" = 't3.medium'
|
||||
WHERE "instanceType" = 't2.medium';
|
||||
|
||||
UPDATE "AdminSettings"
|
||||
SET "defaultInstanceType" = 't3.medium'
|
||||
WHERE "defaultInstanceType" = 't2.medium';
|
||||
Reference in New Issue
Block a user