fixed hiveName for PizzaEvent entity
This commit is contained in:
parent
192488b2e6
commit
3f2278aa7e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ part 'pizza_event.g.dart';
|
||||||
|
|
||||||
@HiveType(typeId: 4)
|
@HiveType(typeId: 4)
|
||||||
class PizzaEvent extends HiveObject{
|
class PizzaEvent extends HiveObject{
|
||||||
static const String hiveName = "PizzaEvent";
|
static const String hiveName = "PizzaEvents";
|
||||||
|
|
||||||
@HiveField(0)
|
@HiveField(0)
|
||||||
String name;
|
String name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue