Database: AccountID should be used to identify account instead URI
For example if the device certificate is removed the account ID is the only thing accessible to identify an account. So we should use this.
For example if the device certificate is removed the account ID is the only thing accessible to identify an account. So we should use this.
This will change nothing in the client.
So @kkostiuk, do you want to change the current schema?
With:
id INTEGER PRIMARY KEY,\
accountid TEXT NOT NULL, \
is_account BOOL, \
uri TEXT NOT NULL, \
alias TEXT, \
photo TEXT, \
type TEXT, \
status TEXT
I think it's the schema we want :)
added Sprint - In Progress label
added ~178 and removed Sprint - In Progress labels
mentioned in commit 12547874
closed