mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Add RC version to migration
This commit is contained in:
parent
617fc6a04a
commit
32d2001aa2
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ abstract class Migration
|
|||
'1.6.0' => 'V21',
|
||||
'1.6.1' => 'V21',
|
||||
'1.6.2' => 'V22',
|
||||
'1.7.0-RC1' => 'V23',
|
||||
'1.7.0' => 'V23',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue