| … | |
… | |
| 26 | set -> |
26 | set -> |
| 27 | set_user -> user, set |
27 | set_user -> user, set |
| 28 | problem -> set |
28 | problem -> set |
| 29 | problem_user -> set_user, problem |
29 | problem_user -> set_user, problem |
| 30 | |
30 | |
|
|
31 | RECORD DELETION DEPENDANCIES |
|
|
32 | ---------------------------- |
|
|
33 | |
|
|
34 | password -> |
|
|
35 | permission -> |
|
|
36 | key -> |
|
|
37 | user -> password permission key set_user |
|
|
38 | set -> set_user problem |
|
|
39 | set_user -> problem_user |
|
|
40 | problem -> problem_user |
|
|
41 | problem_user -> |
|
|
42 | |
| 31 | TABLE STRUCTURE IMPLEMENTATION IN HASH-BASED DATABASES |
43 | TABLE STRUCTURE IMPLEMENTATION IN HASH-BASED DATABASES |
| 32 | ------------------------------------------------------ |
44 | ------------------------------------------------------ |
| 33 | |
45 | |
| 34 | The GeneralHash schema module will implement a new table structure implementation for use with WeBWorK 2. Classlist1Hash, Auth1Hash, and WW1Hash will use the old implementation. |
46 | The GeneralHash schema module will implement a new table structure implementation for use with WeBWorK 2. Classlist1Hash, Auth1Hash, and WW1Hash will use the old implementation. |
| 35 | |
47 | |