git add .
git commit -m "feat: improve wheel UI with gold pointer and center circle sync"
This commit is contained in:
Binary file not shown.
@@ -18,9 +18,4 @@ class Item(Base):
|
||||
title = Column(
|
||||
String,
|
||||
nullable=False
|
||||
)
|
||||
|
||||
value = Column(
|
||||
Integer,
|
||||
nullable=False
|
||||
)
|
||||
Reference in New Issue
Block a user