Revision 4d70073b trunk/Pithos.Core/Agents/StatusAgent.cs

b/trunk/Pithos.Core/Agents/StatusAgent.cs
38 38
            var source = GetConfiguration(_pithosDataPath);
39 39
            ActiveRecordStarter.Initialize(source,typeof(FileState),typeof(FileTag));
40 40
            ActiveRecordStarter.UpdateSchema();
41
            
41 42

  
42 43
            if (!File.Exists(Path.Combine(_pithosDataPath ,"pithos.db")))
43 44
                ActiveRecordStarter.CreateSchema();

Also available in: Unified diff