Skip to content
Snippets Groups Projects
Select Git revision
  • f848cc931b7c3b56f228c150d5bdb556e422b31e
  • master default protected
  • vertical_relations
  • lu_without_semantic_frames
  • hierarchy
  • additional-unification-filters
  • v0.1.1
  • v0.1.0
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
17 results

update_db.sh

Blame
  • user avatar
    dcz authored
    Documentation.
    Tests.
    Efficiency improvements.
    9adcdc9a
    History
    update_db.sh 168 B
    #!/bin/bash
    
    set -e
    
    #python manage.py makemigrations
    #python manage.py migrate
    
    rm import.log || true
    
    time python manage.py update_tei
    
    head import.log
    wc import.log