mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
fix migration tests
This commit is contained in:
parent
8083c182b0
commit
df661a605f
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ abstract class Migration
|
|||
'0.9.3' => 'V08',
|
||||
'0.9.4' => 'V08',
|
||||
'0.10.0' => 'V08', // TODO Eldad: `I need this to pass the tests`
|
||||
'0.11.0' => 'V08', // TODO Eldad: `I need this to pass the tests`
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue