mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Rework database loading/migration
This commit is contained in:
13
Application/Properties/Settings.Designer.cs
generated
13
Application/Properties/Settings.Designer.cs
generated
@@ -74,9 +74,9 @@ namespace FeedCenter.Properties {
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("FeedCenter.sdf")]
|
||||
public string DatabaseFile {
|
||||
public string DatabaseFile_Legacy {
|
||||
get {
|
||||
return ((string)(this["DatabaseFile"]));
|
||||
return ((string)(this["DatabaseFile_Legacy"]));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -293,5 +293,14 @@ namespace FeedCenter.Properties {
|
||||
this["DefaultUserAgent"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("FeedCenter.realm")]
|
||||
public string DatabaseFile {
|
||||
get {
|
||||
return ((string)(this["DatabaseFile"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user