Browse Source

Merge pull request #15830 from abpframework/auto-merge/rel-7-1/1762

Merge branch dev with rel-7.1
pull/15841/head
Engincan VESKE 3 years ago
committed by GitHub
parent
commit
b0bdf10656
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Modules/Database-Tables.md

4
docs/en/Modules/Database-Tables.md

@ -32,7 +32,7 @@ This table stores information about entity changes in the application, which are
This table stores information about property changes to entities in the application, which are logged for auditing purposes.
## Uses
#### Foreign Keys
| Table | Column | Description |
| --- | --- | --- |
@ -54,7 +54,7 @@ This table stores information about the tenants. Each record represents a tenant
This table stores information about the tenant database connection strings. When you define a connection string for a tenant, a new record will be added to this table. You can query this database to get connection strings by tenants.
## Uses
#### Foreign Keys
| Table | Column | Description |
| --- | --- | --- |

Loading…
Cancel
Save