DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

Permit users to create schemas (N) #251

Closed smurthys closed 6 years ago

smurthys commented 6 years ago

Presently, only the ClassDB role can create schemas. This is an artificial constraint. All ClassDB users should be able to create schemas.

See L83-L85 in initializeDBCore.sql

This issue was first encountered in PR #180