Project

General

Profile

« Previous | Next » 

Revision 1749

README.TXT: Documented that `make empty_db` will delete your VegBIEN DB

View differences:

README.TXT
1 1
Installation:
2 2
    Install: make install
3 3
    Uninstall: make uninstall
4
        Warning: This will delete your VegBIEN DB!
4
        WARNING: This will delete your VegBIEN DB!
5 5

  
6 6
Data import:
7 7
    Import data into VegBIEN: . bin/import_all
8 8
    Stop all running imports: . bin/stop_imports
9 9
    Empty the DB: make empty_db
10
        WARNING: This will delete your VegBIEN DB!
10 11
    Re-import data: make empty_db; . bin/import_all
12
        WARNING: This will delete your VegBIEN DB!
11 13

  
12 14
Schema changes:
13 15
    Regenerate schema from installed DB: make schemas/remake

Also available in: Unified diff