-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hsheadone test account status to be verified.
- Loading branch information
1 parent
098e9ec
commit 37a5e83
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ CREATE TABLE placementData ( | |
); | ||
|
||
insert into managementData (managerEmail,managerPassword,managerName,managerRole, accountStatus) values ('[email protected]','5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8','Ashwin Narayanan S', '1', '1'); | ||
insert into managementData (managerEmail,managerPassword,managerName,managerRole, accountStatus) values ('[email protected]', '5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8', 'Bindu K R', '0', '0'); | ||
insert into managementData (managerEmail,managerPassword,managerName,managerRole, accountStatus) values ('[email protected]', '5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8', 'Bindu K R', '0', '1'); | ||
insert into managementData (managerEmail,managerPassword,managerName,managerRole, accountStatus) values ('[email protected]', '5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8', 'Abhinav R', '1', '1'); | ||
|
||
insert into companyData (companyName,managerId) values('ADOBE',2); | ||
|