File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- // ignore_for_file: comment_references
2-
31import 'package:logging/logging.dart' ;
42import 'package:mongo_dart/mongo_dart.dart' ;
53
64/// {@template migration}
75/// An abstract base class for defining database migration scripts.
86///
97/// Each concrete migration must extend this class and implement the [up] and
10- /// [down] methods. Migrations are identified by a unique [version ] string
11- /// (following the `YYYYMMDDHHMMSS` format) and a [description ] .
8+ /// [down] methods. Migrations are identified by a unique [prDate ] string
9+ /// (following the `YYYYMMDDHHMMSS` format) and a [prSummary ] .
1210///
1311/// Implementations of [up] and [down] must be **idempotent**, meaning they
1412/// can be safely run multiple times without causing errors or incorrect data.
You can’t perform that action at this time.
0 commit comments