File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
src/Appwrite/Migration/Version Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ Subproject commit 0ed6e0c497931f16fcb0750fe351d1d3577a7d97
Original file line number Diff line number Diff line change 7
7
<ini name =" memory_limit" value =" 4096M" />
8
8
<!-- Exclude SDK's for performance reasons -->
9
9
<exclude-pattern >./app/sdks</exclude-pattern >
10
+ <!-- Exclude console -->
11
+ <exclude-pattern >./app/console</exclude-pattern >
10
12
<!-- Ignore max line width -->
11
13
<rule ref =" Generic.Files.LineLength" >
12
14
<exclude-pattern >*</exclude-pattern >
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ protected function migrateCollections(): void
77
77
} catch (\Throwable $ th ) {
78
78
Console::warning ("'_key_team' from {$ id }: {$ th ->getMessage ()}" );
79
79
}
80
+ break ;
80
81
81
82
default :
82
83
break ;
You can’t perform that action at this time.
0 commit comments