From 3698c11cb98347dedc435567a54b68cde4f6491e Mon Sep 17 00:00:00 2001 From: Riza Semih Koca Date: Mon, 22 Jan 2024 06:09:49 +0300 Subject: [PATCH] commit --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6b453c..c9e6d34 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,6 @@ dotnet ef database update --project Infrastructure --startup-project Api ``` If you already have migrations, you can run the following command to drop the database and re-create it: -```bash -## Run the Application - ```bash cd ExpenseApplication dotnet ef database update --project Infrastructure --startup-project Api @@ -54,9 +51,10 @@ The application will be accessible at `http://localhost:5245` by default. ![erd.png](.github%2Fassets%2Ferd.png) CreatedBy: Admin UserId \ -Status: 0: Pending, 1: Approved, 2: Rejected, Only admin can approve or reject expense requests.\ +Status: Only admin can approve or reject expense requests.\ Description: User add description for expense request.\ PaymentDescription: Admin add description for expense request. Or error code from background job. + ---