Skip to content

Commit 2c6a23a

Browse files
committed
(web admin) change user sponsor schema
1 parent 98c7a92 commit 2c6a23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/pfappserver/root/static.alt/src/globals/pfDatabaseSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export const pfDatabaseSchema = {
373373
default: null
374374
},
375375
sponsor: {
376-
type: pfEmail,
376+
type: pfString,
377377
maxLength: 255,
378378
default: null
379379
},

0 commit comments

Comments
 (0)