Skip to content

Commit

Permalink
Update hsheadone test account status to be verified.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashrockzzz2003 committed Jan 14, 2025
1 parent 098e9ec commit 37a5e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/data/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 37a5e83

Please sign in to comment.