Skip to content

Commit bc6309e

Browse files
committed
feat: v17.1.0
1 parent 570be72 commit bc6309e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/common/trait.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ pub trait DatabaseAutoCreation: Clone + Send + Sync + 'static {
5454
&self,
5555
) -> impl Future<Output = Result<Vec<String>, AutoCreationError>> + Send;
5656

57+
fn init_data(&self) -> impl Future<Output = Result<(), AutoCreationError>> + Send;
58+
5759
fn verify_connection(&self) -> impl Future<Output = Result<(), AutoCreationError>> + Send;
5860
}

0 commit comments

Comments
 (0)