mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
fix: add console log to custom collection migration
This commit is contained in:
parent
66099079b1
commit
0003fc09ca
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ class V12 extends Migration
|
||||||
$id = $collection->getId();
|
$id = $collection->getId();
|
||||||
$projectId = $this->project->getId();
|
$projectId = $this->project->getId();
|
||||||
$internalId = $collection->getInternalId();
|
$internalId = $collection->getInternalId();
|
||||||
|
Console::log("- {$id} ({$collection->getAttribute('name')})");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rename user's colletion table schema
|
* Rename user's colletion table schema
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue