We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8de5 commit 677a2c9Copy full SHA for 677a2c9
lib/src/services/database_seeding_service.dart
@@ -131,7 +131,6 @@ class DatabaseSeedingService {
131
.collection('countries')
132
.createIndex(keys: {'name': 1}, name: 'countries_name_index');
133
134
-
135
// --- TTL and Unique Indexes via runCommand ---
136
// The following indexes are created using the generic `runCommand` because
137
// they require specific options not exposed by the simpler `createIndex`
0 commit comments