forked from SatoshiPortal/bullbitcoin-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmigrations.dart
More file actions
19 lines (19 loc) · 1.34 KB
/
Copy pathmigrations.dart
File metadata and controls
19 lines (19 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export 'package:bb_mobile/core/storage/migrations/schema_0_to_1.dart';
export 'package:bb_mobile/core/storage/migrations/schema_10_to_11.dart';
export 'package:bb_mobile/core/storage/migrations/schema_11_to_12.dart';
export 'package:bb_mobile/core/storage/migrations/schema_12_to_13.dart';
export 'package:bb_mobile/core/storage/migrations/schema_13_to_14.dart';
export 'package:bb_mobile/core/storage/migrations/schema_14_to_15.dart';
export 'package:bb_mobile/core/storage/migrations/schema_15_to_16.dart';
export 'package:bb_mobile/core/storage/migrations/schema_16_to_17.dart';
export 'package:bb_mobile/core/storage/migrations/schema_17_to_18.dart';
export 'package:bb_mobile/core/storage/migrations/schema_18_to_19.dart';
export 'package:bb_mobile/core/storage/migrations/schema_1_to_2.dart';
export 'package:bb_mobile/core/storage/migrations/schema_2_to_3.dart';
export 'package:bb_mobile/core/storage/migrations/schema_3_to_4.dart';
export 'package:bb_mobile/core/storage/migrations/schema_4_to_5.dart';
export 'package:bb_mobile/core/storage/migrations/schema_5_to_6.dart';
export 'package:bb_mobile/core/storage/migrations/schema_6_to_7.dart';
export 'package:bb_mobile/core/storage/migrations/schema_7_to_8.dart';
export 'package:bb_mobile/core/storage/migrations/schema_8_to_9.dart';
export 'package:bb_mobile/core/storage/migrations/schema_9_to_10.dart';