Skip to content

Commit 1a3acf8

Browse files
committed
Merge branch 'pr-migrations'
2 parents 3cb3ed8 + 9c915ee commit 1a3acf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SchemaMigrations/Migrations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export type FieldValueType =
1111
| 'GeoPoint'
1212
| 'Polygon'
1313
| 'Array'
14-
| 'Object';
14+
| 'Object'
15+
| 'ACL';
1516

1617
export interface FieldType {
1718
type: FieldValueType;

0 commit comments

Comments
 (0)