begin records management

This commit is contained in:
Spudnut2000
2025-06-14 22:04:13 -05:00
parent d5801ec6b3
commit 5e2175640d
9 changed files with 376 additions and 47 deletions

View File

@@ -103,8 +103,6 @@ public static class DatabaseHelper
command.Parameters.AddWithValue("@lastUpdateBy", AppState.CurrentUser.Username);
int rowsAffected = command.ExecuteNonQuery();
}
catch (MySqlException e)
{