Merge in UI updates #19
@@ -73,7 +73,8 @@ namespace BoredCareers.Services.DatabaseService {
|
|||||||
string command = @"
|
string command = @"
|
||||||
SELECT *
|
SELECT *
|
||||||
FROM JobListing
|
FROM JobListing
|
||||||
WHERE CompanyID = @CompanyID;
|
WHERE IsDeleted = FALSE
|
||||||
|
AND CompanyID = @CompanyID;
|
||||||
";
|
";
|
||||||
|
|
||||||
MySqlCommand cmd = new MySqlCommand(command, connection);
|
MySqlCommand cmd = new MySqlCommand(command, connection);
|
||||||
|
|||||||
Reference in New Issue
Block a user