Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gabriel Weisse
/
presupuestov1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
pr0nstar
2026-04-21 09:35:40 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa079dd2c514158b3580befb1bc1bda45174eab0
aa079dd2
1 parent
a33c9a22
XV.II
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
models/project.py
models/project.py
View file @
aa079dd
...
...
@@ -46,11 +46,13 @@ class ProyectoResumenes(Base):
class
ProyectoClasificadores
(
Base
):
__tablename__
=
"proyecto_clasificadores"
id
:
Mapped
[
int
]
=
mapped_column
(
Integer
,
primary_key
=
True
,
autoincrement
=
True
)
gestion
:
Mapped
[
int
]
=
mapped_column
(
Integer
)
tipo
:
Mapped
[
str
]
=
mapped_column
(
String
(
16
))
nivel
:
Mapped
[
str
]
=
mapped_column
(
String
(
24
))
programa_proyecto
:
Mapped
[
str
]
=
mapped_column
(
String
(
32
))
codigo
:
Mapped
[
str
]
=
mapped_column
(
String
(
32
))
codigo_padre
:
Mapped
[
str
|
None
]
=
mapped_column
(
String
(
32
))
...
...
Please
register
or
login
to post a comment