boinc/db/init_db

6 lines
74 B
Plaintext
Raw Normal View History

#! /bin/tcsh
mysql < drop.sql
mysql < schema.sql
mysql < constraints.sql