Skip to content

Commit 9c915ee

Browse files
committed
Added ACL type
1 parent 9db55b6 commit 9c915ee

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)