diff options
Diffstat (limited to 'java/state.sql')
-rw-r--r-- | java/state.sql | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/java/state.sql b/java/state.sql index 51d5dc1..24bc8fe 100644 --- a/java/state.sql +++ b/java/state.sql @@ -20,14 +20,15 @@ INSERT INTO `assignments` VALUES ('ShapeAreaCalculations', 1, 0, 0, 0), ('AbstractShapeCalculations', 1, 0, 0, 0), ('ParentWithTwoChildren', 1, 1, 1, 0), - ('CuboidCalculations', 0, 0, 0, 0), - ('EmployeeDisplay', 1, 0, 0, 0), - ('CircularBaseExample', 0, 0, 0, 0), - ('InnerClassExample', 0, 0, 0, 0), - ('InterfaceExample', 0, 0, 0, 0), - ('RuntimePolymorphismExample', 0, 0, 0, 0), - ('PackageExample', 0, 0, 0, 0), - ('CustomExceptionExample', 0, 0, 0, 0), - ('ThreadsExample', 0, 0, 0, 0); + ('CuboidCalculations', 1, 1, 0, 0), + ('EmployeeDisplay', 1, 1, 0, 0), + ('CircularBaseExample', 1, 0, 0, 0), + ('InnerClassExample', 1, 0, 0, 0), + ('InterfaceExample', 1, 0, 0, 0), + ('RuntimePolymorphismExample', 1, 0, 0, 0), + ('PackageExample', 1, 0, 0, 0), + ('PackageInterfaceExample', 1, 0, 0, 0), + ('CustomExceptionExample', 1, 0, 0, 0), + ('ThreadsExample', 1, 0, 0, 0); -- SELECT * FROM `assignments`; |