Skip to content

Commit 112b8ab

Browse files
authored
Update README.md
1 parent 8ef2231 commit 112b8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Audit.NET.PostgreSql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Audit.Core.Configuration.DataProvider = new PostgreSqlDataProvider()
4242
ConnectionString = "Server=127.0.0.1;Port=5432;User Id=admin;Password=admin;Database=postgres;",
4343
TableName = "event",
4444
IdColumnName = "id",
45-
DataColumnName = "data",
46-
DataType = "JSONB",
45+
DataJsonColumnName = "data",
46+
DataJsonType = "JSONB",
4747
LastUpdatedDateColumnName = "updated_date",
4848
CustomColumns = new List<CustomColumn>()
4949
{
@@ -135,4 +135,4 @@ Combine the power of auditing with the speed of Bulk Operations to get the best
135135

136136
[![Entity Framework Extensions - Sponsor](https://raw.githubusercontent.com/thepirat000/Audit.NET/master/documents/entity-framework-extensions-sponsor.png)](https://entityframework-extensions.net/bulk-insert)
137137

138-
[![Dapper Plus - Sponsor](https://raw.githubusercontent.com/thepirat000/Audit.NET/master/documents/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert)
138+
[![Dapper Plus - Sponsor](https://raw.githubusercontent.com/thepirat000/Audit.NET/master/documents/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert)

0 commit comments

Comments
 (0)