Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptation du schéma de données pour MySQL #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 7, 2017

  1. Update schema.sql

    Changement de la key de la table db_meta, et mise au format char(30) au lieu de text.
    Cela ne devrait rien changer à la version SQLITE. Par contre lorsque la db SQLITE est converti en db MySQL, il n'est pas possible d'avoir une clé en TEXT.
    Pierrot-ongit authored and Changaco committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    27e8e92 View commit details
    Browse the repository at this point in the history
  2. Update schema.sql

    Même raison que patch précédent. En SQLITE, il n'y pas de problème à ce qu'une clé de table (ou index) soit en format text. En MYSQL, par contre cela n'est pas permis.
    Ce changement ne devrait rien changer au bon fonctionnement de la génération de la bdd en SQLITE et permettra de la convertir en MYSQL sans avoir à corriger le fichier SQLITE manuellement avant.
    Pierrot-ongit authored and Changaco committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    19d45dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2365caa View commit details
    Browse the repository at this point in the history