mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: add console log to custom collection migration
This commit is contained in:
@@ -378,6 +378,7 @@ class V12 extends Migration
|
||||
$id = $collection->getId();
|
||||
$projectId = $this->project->getId();
|
||||
$internalId = $collection->getInternalId();
|
||||
Console::log("- {$id} ({$collection->getAttribute('name')})");
|
||||
|
||||
/**
|
||||
* Rename user's colletion table schema
|
||||
|
||||
Reference in New Issue
Block a user