Skip to content

Commit

Permalink
chore: add comment around jsonb
Browse files Browse the repository at this point in the history
  • Loading branch information
arpan14 committed Feb 15, 2024
1 parent e27f2cc commit cbc6875
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ static void addJsonbColumn(String projectId, String instanceId, String databaseI
throws InterruptedException, ExecutionException, IOException {
final DatabaseAdminClient databaseAdminClient = DatabaseAdminClient.create();

// JSONB datatype is only supported with PostgreSQL-dialect databases.
// Wait for the operation to finish.
// This will throw an ExecutionException if the operation fails.
databaseAdminClient.updateDatabaseDdlAsync(
Expand Down

0 comments on commit cbc6875

Please sign in to comment.