feat: harden community production foundation through story 1.5
This commit is contained in:
@@ -5,7 +5,11 @@ mod model;
|
||||
mod postgres;
|
||||
|
||||
pub use error::RegistryError;
|
||||
pub use ext::{ExtensionMigration, RegistryExtension, apply_extension_migrations};
|
||||
pub use ext::{ExtensionMigration, RegistryExtension};
|
||||
pub use migrations::{
|
||||
BackfillBatch, BackfillPolicy, MigrationApplyResult, MigrationAuthority, MigrationDescriptor,
|
||||
MigrationError, MigrationPreflight,
|
||||
};
|
||||
|
||||
pub mod records {
|
||||
pub use crate::model::{
|
||||
@@ -39,8 +43,12 @@ pub mod requests {
|
||||
}
|
||||
|
||||
pub mod infrastructure {
|
||||
pub use crate::ext::{ExtensionMigration, RegistryExtension, apply_extension_migrations};
|
||||
pub use crate::ext::{ExtensionMigration, RegistryExtension};
|
||||
pub use crate::postgres::{PostgresPoolConfig, PostgresPoolConfigError, PostgresRegistry};
|
||||
pub use crate::{
|
||||
BackfillBatch, BackfillPolicy, MigrationApplyResult, MigrationAuthority,
|
||||
MigrationDescriptor, MigrationError, MigrationPreflight,
|
||||
};
|
||||
}
|
||||
|
||||
pub use model::{
|
||||
|
||||
Reference in New Issue
Block a user