fushar / regrader

ICPC-style programming contest system
MIT License
34 stars 25 forks source link

Custom Table Names and Prefix #64

Open sokokaleb opened 8 years ago

sokokaleb commented 8 years ago

With current setting, two or more Regrader instances can't be run using a same database because of table name conflicts. Support for changing table names other than the defaults will resolve this problem (by changing the names or enable the use of table name prefix).