Skip to content
  • Julien Fastré's avatar
    switch entities'id to UUID · b4d14d1c
    Julien Fastré authored
    This is a better option for HL7 document generation
    
    **WARNING** You must update the schema, and all data will be lost :
    
    From project root :
    
    composer run-script post-update-cmd (answer 'yes' when you will prompt to import migration file)
    php app/compole doctrine:migration:execute --down 20170310215207
    php app/console doctrine:migration:execute --up   20170310215207
    b4d14d1c