trying to add gitea
This commit is contained in:
@@ -83,7 +83,7 @@ class Deck(db.Model):
|
||||
id: Mapped[int] = mapped_column(primary_key=True)
|
||||
name: Mapped[str] = mapped_column(String(60), unique=True, nullable=False)
|
||||
deck: Mapped[str] = mapped_column(String(60), nullable=False)
|
||||
description: Mapped[str] = mapped_column(String(60))
|
||||
description: Mapped[str] = mapped_column(String(200))
|
||||
index_file: Mapped[str] = mapped_column(String(40), nullable=False)
|
||||
export_file: Mapped[Optional[str]] = mapped_column(String(40), nullable=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user