Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amazon-arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"region": "ap-northeast-1",
"ami_regions": "eu-central-1,eu-west-1,eu-west-2,ap-south-1,ap-southeast-1,ap-southeast-2,us-west-1,us-east-1,ca-central-1,sa-east-1,ap-northeast-1",
"ami": "ami-0d24b4f369844fc54",
"ami_name": "supabase-postgres-0.16.1",
"ami_name": "supabase-postgres-0.16.2",
"environment": "prod",
"ansible_arguments": "--skip-tags,update-only -v"
},
Expand Down
2 changes: 1 addition & 1 deletion amazon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"region": "af-south-1",
"ami_regions": "af-south-1",
"ami": "ami-07d30d5bf2d29a582",
"ami_name": "supabase-postgres-0.16.1",
"ami_name": "supabase-postgres-0.16.2",
"environment": "prod",
"ansible_arguments": "--skip-tags,update-only"
},
Expand Down
1 change: 1 addition & 0 deletions ansible/files/stat_extension.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CREATE SCHEMA IF NOT exists extensions;
CREATE EXTENSION IF NOT EXISTS pg_stat_statements with schema extensions;
2 changes: 1 addition & 1 deletion digitalOcean.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"image_name": "ubuntu-18-04-x64",
"region": "sgp1",
"snapshot_regions": "sgp1",
"snapshot_name": "supabase-postgres-0.16.1",
"snapshot_name": "supabase-postgres-0.16.2",
"ansible_arguments": "--skip-tags,update-only,--skip-tags,aws-only"
},
"builders": [
Expand Down