Anomalie #15966
Migration : colonne manquante . impossible d'éditer un document avec onlyoffice
Description
Lorsque j'édite un document via onlyoffice, j'obtiens l'erreur ci-dessous:
Je suis allé vérifier les scripts de migration de la 18.10 vers la 19.04 et il n 'y a aucune trace d'ajout de cette colonne dans la table.
Ludovic a également eu ce problème pour un autre client.
Lorsque j'ajoute la colonne manuellement le problème est résolu
History
#2 Updated by Support Maarch over 1 year ago
- Status changed from A qualifier to A traiter
#3 Updated by Emmanuel DILLARD over 1 year ago
- Due date set to 01/19/2021
- Status changed from A traiter to Etude planifiée
#4 Updated by Emmanuel DILLARD over 1 year ago
- Project changed from Backlog to CURRENT SPRINT
- Status changed from Etude planifiée to En cours de dev (S)
- Assignee changed from Henri QUENEAU to EDI PO
#5 Updated by Emmanuel DILLARD over 1 year ago
- Due date changed from 01/19/2021 to 01/26/2021
#6 Updated by Florian AZIZIAN over 1 year ago
- Assignee deleted (
EDI PO)
#7 Updated by Alex ORLUC over 1 year ago
- Assignee set to Alex ORLUC
#8 Updated by Alex ORLUC over 1 year ago
Après analyse, je n'ai constaté aucune anomalie.
Cette colonne est bien présente dans structure.sql de la table notes en 20.10.
Si cela provient d'une migration, cette table a changé en 19.04 et est bien présente dans le fichier 1904.sql (l.255):
DO $$ BEGIN
IF (SELECT count(attname) FROM pg_attribute WHERE attrelid = (SELECT oid FROM pg_class WHERE relname = 'notes') AND attname = 'date_note') = 1 THEN
ALTER TABLE notes RENAME COLUMN date_note TO creation_date;
ALTER sequence notes_seq RENAME TO notes_id_seq;
END IF;
END$$;
(on cherche la table notes et on check si la colonne date_note existe bien => on la renomme en creation_date)
#9 Updated by Alex ORLUC over 1 year ago
migration classique testé => OK
#10 Updated by Alex ORLUC over 1 year ago
- Status changed from En cours de dev (S) to Développé / Analysé (S)
#11 Updated by Emmanuel DILLARD over 1 year ago
- Project changed from CURRENT SPRINT to Backlog
- Status changed from Développé / Analysé (S) to Complément d'Informations
- Assignee changed from Alex ORLUC to Henri QUENEAU
#13 Updated by Emmanuel DILLARD over 1 year ago
- Priority changed from 0-Bloquant to 2-Sérieux
#14 Updated by Emmanuel DILLARD over 1 year ago
- Status changed from Complément d'Informations to 17
#15 Updated by Emmanuel DILLARD about 1 year ago
- Due date deleted (
01/26/2021)
#16 Updated by Emmanuel DILLARD about 1 year ago
- Status changed from 17 to Complément d'Informations
#17 Updated by Emmanuel DILLARD 12 months ago
- Project changed from Backlog to Backlog Courrier
- Target version changed from 20.10 (Support actif) to 20.10 (Actif)
#18 Updated by Emmanuel DILLARD 9 months ago
- Priority changed from 2-Sérieux to 3-Mineur
Cette demande est en attente de complément d'informations de votre part depuis plus de 60 jours.
Sa priorité est requalifiée en "Mineure"
#19 Updated by Ludovic ARAUJO 9 months ago
- problème identique sur la migration 19.04 -> 21.03 CD 45
- problème identique sur la migration 19.04 -> 21.03 Montreuil
#20 Updated by Ludovic ARAUJO 9 months ago
- Priority changed from 3-Mineur to 2-Sérieux
#21 Updated by Ludovic ARAUJO 9 months ago
- Due date set to 09/30/2021
- Status changed from Complément d'Informations to A traiter
- Assignee deleted (
Henri QUENEAU)
#22 Updated by Emmanuel DILLARD 9 months ago
- Subject changed from impossible d'éditer un document avec onlyoffice to Migration : colonne manquante . impossible d'éditer un document avec onlyoffice
- Due date changed from 09/30/2021 to 08/23/2021
- Status changed from A traiter to A étudier
#23 Updated by Emmanuel DILLARD 9 months ago
- Due date deleted (
08/23/2021) - Status changed from A étudier to Prêt à développer
#26 Updated by Ines MKACHER 3 months ago
- Status changed from Prêt à développer to A étudier