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 1eec653 commit a4ec1ecCopy full SHA for a4ec1ec
lib/src/database/migrations/all_migrations.dart
@@ -3,9 +3,9 @@ import 'package:flutter_news_app_api_server_full_source_code/src/database/migrat
3
4
/// A central list of all database migrations to be applied.
5
///
6
-/// New migration classes should be added to this list in the order they are
7
-/// created. The [DatabaseMigrationService] will automatically sort and apply
8
-/// them based on their version.
+/// New migration classes should be added to this list. The
+/// [DatabaseMigrationService] will automatically sort and apply them based on
+/// their `prDate` property.
9
final List<Migration> allMigrations = [
10
RefactorAdConfigToRoleBased(),
11
];
0 commit comments