complete mzansi personal and business profile get & store data offline mode
This commit is contained in:
parent
d42337fc6c
commit
8d78fb6357
13 changed files with 240 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Generated by Hive CE
|
||||
# Manual modifications may be necessary for certain migrations
|
||||
# Check in to version control
|
||||
nextTypeId: 5
|
||||
nextTypeId: 6
|
||||
types:
|
||||
AppUser:
|
||||
typeId: 0
|
||||
|
|
@ -105,3 +105,23 @@ types:
|
|||
index: 5
|
||||
order:
|
||||
index: 6
|
||||
BusinessEmployee:
|
||||
typeId: 5
|
||||
nextIndex: 8
|
||||
fields:
|
||||
business_id:
|
||||
index: 0
|
||||
app_id:
|
||||
index: 1
|
||||
title:
|
||||
index: 2
|
||||
access:
|
||||
index: 3
|
||||
fname:
|
||||
index: 4
|
||||
lname:
|
||||
index: 5
|
||||
email:
|
||||
index: 6
|
||||
username:
|
||||
index: 7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue