fix #46: Al generar asignaturas la IA también genera su sistema de evaluación
This commit was merged in pull request #47.
This commit is contained in:
@@ -141,6 +141,7 @@ export type Database = {
|
||||
creado_en: string
|
||||
creado_por: string | null
|
||||
creditos: number
|
||||
criterios_de_evaluacion: Json
|
||||
datos: Json
|
||||
estado: Database["public"]["Enums"]["estado_asignatura"]
|
||||
estructura_id: string | null
|
||||
@@ -165,6 +166,7 @@ export type Database = {
|
||||
creado_en?: string
|
||||
creado_por?: string | null
|
||||
creditos: number
|
||||
criterios_de_evaluacion?: Json
|
||||
datos?: Json
|
||||
estado?: Database["public"]["Enums"]["estado_asignatura"]
|
||||
estructura_id?: string | null
|
||||
@@ -189,6 +191,7 @@ export type Database = {
|
||||
creado_en?: string
|
||||
creado_por?: string | null
|
||||
creditos?: number
|
||||
criterios_de_evaluacion?: Json
|
||||
datos?: Json
|
||||
estado?: Database["public"]["Enums"]["estado_asignatura"]
|
||||
estructura_id?: string | null
|
||||
|
||||
Reference in New Issue
Block a user