0.1.0
This commit is contained in:
9
kb-store/src/postgres.rs
Normal file
9
kb-store/src/postgres.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// file: kb-store/src/postgres.rs
|
||||
// version: 1
|
||||
|
||||
//! PostgreSQL backend boundary.
|
||||
|
||||
/// PostgreSQL backend migration status.
|
||||
pub fn migration_status() -> &'static str {
|
||||
return "pending-source-port";
|
||||
}
|
||||
Reference in New Issue
Block a user