We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44968bc commit c77798eCopy full SHA for c77798e
1 file changed
ground_control_client/lib/src/protocol/client.dart
@@ -91,6 +91,13 @@ class EndpointAdminMigration extends _i1.EndpointRef {
91
'migrateProcuredDatabaseProducts',
92
{},
93
);
94
+
95
+ _i2.Future<Map<String, dynamic>> backfillDatabaseResources() =>
96
+ caller.callServerEndpoint<Map<String, dynamic>>(
97
+ 'adminMigration',
98
+ 'backfillDatabaseResources',
99
+ {},
100
+ );
101
}
102
103
/// Endpoint for global administrator to handle procurement for users.
0 commit comments