Skip to content

Commit

Permalink
[v18]Donne les instruction pour corriger zestedesavoir#3448 (zestedes…
Browse files Browse the repository at this point in the history
…avoir#3577)

Donne les instruction pour supprimer les anciennes tables du module des tutos zestedesavoir#3448
  • Loading branch information
artragis authored and GerardPaligot committed May 3, 2016
1 parent f5e5f72 commit 4cd52a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,25 @@ SELECT max(id) FROM utils_commentvote;

Le résultat de la requète doit être placé dans le paramètre `VOTES_ID_LIMIT` dans le fichier `settings_prod.py`. Dorénavant tout les nouveaux +/-1 ne seront plus anonymes.

# Supprimer toute trace des tables pré-zep-12

Il faudra supprimer en SQL:

- `UPDATE tutorial_tutorial SET last_note_pk=NULL;`
- `UPDATE article_article SET last_reaction=NULL;`
- `DROP TABLE tutorial_tutorial_subcategory;`
- `DROP TABLE tutorial_tutorial_authors;`
- `DROP TABLE tutorial_note;`
- `DROP TABLE tutorial_tutorialread;`
- `DROP TABLE tutorial_tutorial;`
- `DROP TABLE article_article_subcategory;`
- `DROP TABLE article_article_authors;`
- `DROP TABLE article_reaction;`
- `DROP TABLE article_articleread;`
- `DROP TABLE article_article;`



---

**Notes auxquelles penser lors de l'édition de ce fichier (à laisser en bas) :**
Expand Down

0 comments on commit 4cd52a4

Please sign in to comment.