This commit is contained in:
Moshe Dicker 2024-04-21 18:06:39 -04:00
parent 7c29925217
commit 95b92386ee
1 changed files with 1 additions and 1 deletions

View File

@ -268,4 +268,4 @@ Future customOrdering(AppDatabase db) async {
// Use the custom ordering on the `TodoItems` table
db.managers.todoItems.orderBy((f) => f.contentThenCreatedAt());
}
// #enddocregion manager_custom_ordering
// #enddocregion manager_custom_ordering