Skip to content

Commit 9fcf9e9

Browse files
committed
Auto create DB & table in AppConfigDemo
1 parent 037c4c2 commit 9fcf9e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sample/AppConfigDemo/App.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
<BatchPostingLimit Value="13" />
1212
<BatchPeriod Value="00:00:15" />
1313
<EagerlyEmitFirstEvent Value="true" />
14-
14+
15+
<AutoCreateSqlDatabase Value="true" />
16+
<AutoCreateSqlTable Value="true" />
17+
1518
<AddStandardColumns>
1619
<add Name="LogEvent" />
1720
</AddStandardColumns>

0 commit comments

Comments
 (0)