Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalp10 committed Mar 5, 2018
1 parent 9818a8d commit 39f5bc9
Show file tree
Hide file tree
Showing 80 changed files with 10 additions and 10,716 deletions.
17 changes: 10 additions & 7 deletions db/tracerdata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Mar 03, 2018 at 06:37 PM
-- Generation Time: Mar 06, 2018 at 12:26 AM
-- Server version: 10.1.26-MariaDB
-- PHP Version: 7.1.8

Expand Down Expand Up @@ -308,7 +308,8 @@ CREATE TABLE `survey_maxcount` (
INSERT INTO `survey_maxcount` (`survey_id`, `survey_ownerID`, `survey_maxattemp`, `survey_date`) VALUES
(1, 1, 0, '2018-02-07 16:00:00'),
(2, 3, 2, '2018-02-19 16:00:00'),
(3, 6, 2, '2018-02-18 16:00:00');
(3, 6, 2, '2018-02-18 16:00:00'),
(4, 18, 2, '2018-03-05 14:22:51');

-- --------------------------------------------------------

Expand Down Expand Up @@ -559,7 +560,8 @@ INSERT INTO `user_account` (`user_ID`, `user_level`, `user_name`, `user_password
(6, 2, 'daaa1', 'nmJlYI9M3qXXfMBP75rfDTf9c9s0Jq8ZiEdlRCxtmB4=', '2018-02-07 16:04:01'),
(7, 2, 'teacher', '6Bgzqn4mnCPjx432mpfOVbU87Mi3sy29KRe8A1l+2X0=', '2018-02-23 12:03:49'),
(8, 2, 'wazhing', 'URjLyLIMsc9I0ZW7XvIK3mgelVSCKSw1n7HpVV9w1/s=', '2018-02-24 15:15:10'),
(17, 2, 'z1', 'nLe8cKSpGGeDLKRpMNgQUIYGtrDwaVOny7JFE7V8BK0=', '2018-03-03 16:27:06');
(17, 2, 'z1', 'nLe8cKSpGGeDLKRpMNgQUIYGtrDwaVOny7JFE7V8BK0=', '2018-03-03 16:27:06'),
(18, 1, '123', 'swHPJ7q+RfGnh4kp774FrzOW/hnKWeRhBNhK0xS/YtM=', '2018-03-05 14:22:21');

-- --------------------------------------------------------

Expand Down Expand Up @@ -692,7 +694,8 @@ CREATE TABLE `user_student_detail` (
INSERT INTO `user_student_detail` (`student_ID`, `student_userID`, `student_img`, `student_IDNumber`, `student_fName`, `student_mName`, `student_lName`, `student_address`, `student_civilStat`, `student_dob`, `student_gender`, `student_contact`, `student_admission`, `student_year_grad`, `student_department`, `student_status`, `student_secretquestion`, `student_secretanswer`) VALUES
(1, 1, 'captain.jpg', 201310656, 'Rhalp Darren', 'R', 'Cabrera', 'Blk 38 Lot 11 Phase2b Southville2 Trece Martires City', 1, '2018-03-29', 'M', '1947', '2013-06-01', '2018-10-30', 1, 'register', 'd', 'd'),
(8, 0, 'temp.gif', 321, 'asdasdd', 'D', 'Cabrera', 'Blk 38 Lot 11 Phase2b Southville2 Trece Martires City', 1, '0000-00-00', 'F', '3123', '2018-02-26', '2018-03-08', 2, 'unregister', NULL, NULL),
(9, 0, 'temp.gif', 99, 'ewq', 'e', 'eqw', 'asdasd', 1, '2018-03-07', 'M', '097', '1995-01-02', '1997-01-02', 3, 'unregister', NULL, NULL);
(9, 0, 'temp.gif', 99, 'ewq', 'e', 'eqw', 'asdasd', 1, '2018-03-07', 'M', '097', '1995-01-02', '1997-01-02', 3, 'unregister', NULL, NULL),
(10, 18, 'temp.gif', 123, 'asdasddasdasd', 'A', 'CABRERA', 'Blk 38 Lot 11 Phase2b Southville2 Trece Martires City', 2, '2018-03-15', 'M', '123123123', '2018-02-25', '2018-03-31', 1, 'register', 'asdasdasd', 'asdasdasda');

-- --------------------------------------------------------

Expand Down Expand Up @@ -1064,7 +1067,7 @@ ALTER TABLE `survey_forms`
-- AUTO_INCREMENT for table `survey_maxcount`
--
ALTER TABLE `survey_maxcount`
MODIFY `survey_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
MODIFY `survey_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `survey_question1`
Expand Down Expand Up @@ -1118,7 +1121,7 @@ ALTER TABLE `survey_question8`
-- AUTO_INCREMENT for table `user_account`
--
ALTER TABLE `user_account`
MODIFY `user_ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
MODIFY `user_ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `user_admin_detail`
Expand Down Expand Up @@ -1154,7 +1157,7 @@ ALTER TABLE `user_notif_type`
-- AUTO_INCREMENT for table `user_student_detail`
--
ALTER TABLE `user_student_detail`
MODIFY `student_ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
MODIFY `student_ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `user_teacher_detail`
Expand Down
59 changes: 0 additions & 59 deletions json_encode_acceptingjobreason.php

This file was deleted.

41 changes: 0 additions & 41 deletions json_encode_accountregister.php

This file was deleted.

30 changes: 0 additions & 30 deletions json_encode_accountunregister.php

This file was deleted.

59 changes: 0 additions & 59 deletions json_encode_empystat.php

This file was deleted.

59 changes: 0 additions & 59 deletions json_encode_grossearning.php

This file was deleted.

Loading

0 comments on commit 39f5bc9

Please sign in to comment.