Skip to content

Commit c77798e

Browse files
author
serverpod_cloud
committed
chore: 2cc6f95158b904cefeac1a2f7b89003e14e590b8
1 parent 44968bc commit c77798e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ class EndpointAdminMigration extends _i1.EndpointRef {
9191
'migrateProcuredDatabaseProducts',
9292
{},
9393
);
94+
95+
_i2.Future<Map<String, dynamic>> backfillDatabaseResources() =>
96+
caller.callServerEndpoint<Map<String, dynamic>>(
97+
'adminMigration',
98+
'backfillDatabaseResources',
99+
{},
100+
);
94101
}
95102

96103
/// Endpoint for global administrator to handle procurement for users.

0 commit comments

Comments
 (0)