Fix: migration scodoc7

This commit is contained in:
Emmanuel Viennet 2021-12-14 10:31:33 +01:00
parent 83f8f2ddbc
commit 8bf5a0ab3e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ from app.models.etudiants import (
) )
from app.models.events import Scolog, ScolarNews from app.models.events import Scolog, ScolarNews
from app.models.formations import Formation, Matiere from app.models.formations import Formation, Matiere
from app.models.modules import Module, ModuleUECoef, NotesTag from app.models.modules import Module, ModuleUECoef, NotesTag, notes_modules_tags
from app.models.ues import UniteEns from app.models.ues import UniteEns
from app.models.formsemestre import ( from app.models.formsemestre import (
FormSemestre, FormSemestre,

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.1.4" SCOVERSION = "9.1.5"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"