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

Fix server initialization filename #273

Closed afig closed 6 years ago

afig commented 6 years ago

This PR corrects the filename for the server initialization script from initalizeServerCore.sql to initializeServerCore.sql. Corresponding changes were made elsewhere, including the Scripts page of the documentation.

Fixes #272

afig commented 6 years ago

Thanks for looking this over everyone.