Skip to content

Commit e4efcee

Browse files
Merge pull request #1355 from cypherstack/josh/fixes
fixes
2 parents f2ec69f + c30a475 commit e4efcee

66 files changed

Lines changed: 3776 additions & 2675 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crypto_plugins/flutter_libmwc

lib/db/drift/shared_db/shared_database.g.dart

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/db/drift/shared_db/tables/shopin_bit_tickets.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class ShopInBitTickets extends Table {
1212

1313
IntColumn get category => intEnum<ShopInBitCategory>()();
1414
IntColumn get status => intEnum<ShopInBitOrderStatus>()();
15+
TextColumn get statusRaw => text().nullable()();
1516

1617
TextColumn get requestDescription => text()();
1718
TextColumn get deliveryCountry => text()();

0 commit comments

Comments
 (0)