First steps in integration of IVIS.
This commit is contained in:
parent
bf626993f4
commit
dce5ba7464
35 changed files with 10098 additions and 91 deletions
3
mvis/tools/reset-db.sh
Normal file
3
mvis/tools/reset-db.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo mysql -e 'drop database mt_ivis; create database mt_ivis; connect mt_ivis'
|
Loading…
Add table
Add a link
Reference in a new issue