Skip to content
Andrei Mladin edited this page Mar 10, 2014 · 7 revisions

First Release

  • Run the studbox.sql in order to create the database
  • Run the tables_all.sql in order to create the tables
  • Run the sp_all.sql in order to create the stored procedures
  • Run the static_data_all.sql in order to insert the default settings (roles, users, object types, etc)
  • Run hierarchically the static scripts for universities

Phase 2.1

  • Run static_data_2_1_unbind_course_from_year.sql
  • !!! Eliminate OR rename duplicated courses (having this unique key: profileId, name) !!!
  • Run static_data_2_1_course_unique_key.sql
  • Run static_data_2_1_remove_year.sql

Clone this wiki locally