forked from jmug/stoatchat
Migrate to Autumn 1.0.0
This commit is contained in:
@@ -29,6 +29,10 @@ pub async fn create_database() {
|
||||
.await
|
||||
.expect("Failed to create migrations collection.");
|
||||
|
||||
db.create_collection("attachments", None)
|
||||
.await
|
||||
.expect("Failed to create attachments collection.");
|
||||
|
||||
db.create_collection(
|
||||
"pubsub",
|
||||
CreateCollectionOptions::builder()
|
||||
|
||||
Reference in New Issue
Block a user