Skip to content

Commit

Permalink
DEV-41660 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCrow authored Feb 3, 2023
1 parent 3ffeed0 commit 3e7b69c
Show file tree
Hide file tree
Showing 27 changed files with 914 additions and 300 deletions.
4 changes: 3 additions & 1 deletion lib/app/data/database.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'dart:convert';
import 'dart:io';

import 'package:collection/collection.dart';
import 'package:drift/drift.dart';
import 'package:drift/native.dart';
import 'package:path_provider/path_provider.dart';
Expand All @@ -19,6 +20,7 @@ part 'users_dao.dart';
@DriftDatabase(
tables: [
Users,
Products,
ProductArrivals,
ProductArrivalPackages,
ProductArrivalUnloadPackages,
Expand Down Expand Up @@ -92,7 +94,7 @@ class AppDataStore extends _$AppDataStore {
}

@override
int get schemaVersion => 11;
int get schemaVersion => 12;

@override
MigrationStrategy get migration => MigrationStrategy(
Expand Down
Loading

0 comments on commit 3e7b69c

Please sign in to comment.