mirror of https://github.com/BOINC/boinc.git
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#! /bin/tcsh
|
||
|
|
||
|
mysql < drop.sql
|
||
|
mysql < schema.sql
|
||
|
mysql < constraints.sql
|