mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
refactor: drive pg sqlite copy from target schema
This commit is contained in:
@@ -80,8 +80,6 @@ enum ExportDomainArg {
|
||||
Wallets,
|
||||
Usage,
|
||||
Billing,
|
||||
Stats,
|
||||
Auxiliary,
|
||||
}
|
||||
|
||||
impl From<ExportDomainArg> for ExportDomain {
|
||||
@@ -98,8 +96,6 @@ impl From<ExportDomainArg> for ExportDomain {
|
||||
ExportDomainArg::Wallets => ExportDomain::Wallets,
|
||||
ExportDomainArg::Usage => ExportDomain::Usage,
|
||||
ExportDomainArg::Billing => ExportDomain::Billing,
|
||||
ExportDomainArg::Stats => ExportDomain::Stats,
|
||||
ExportDomainArg::Auxiliary => ExportDomain::Auxiliary,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user