File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/ServiceControl.Audit.Persistence.RavenDB Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1717
1818class DatabaseSetup ( DatabaseConfiguration configuration )
1919{
20- using System ;
21- using System . Collections . Generic ;
22- using System . Threading ;
23- using System . Threading . Tasks ;
24- using Raven . Client . Documents ;
25- using Raven . Client . Documents . Indexes ;
26- using Raven . Client . Documents . Operations . Expiration ;
27- using Raven . Client . Documents . Operations . Indexes ;
28- using Raven . Client . Exceptions ;
29- using Raven . Client . ServerWide ;
30- using Raven . Client . ServerWide . Operations ;
31- using Raven . Client . ServerWide . Operations . Configuration ;
32- using Indexes ;
33- using SagaAudit ;
34-
35-
3620 public async Task Execute ( IDocumentStore documentStore , CancellationToken cancellationToken )
3721 {
3822 await CreateDatabase ( documentStore , configuration . Name , cancellationToken ) ;
You can’t perform that action at this time.
0 commit comments