db8 table change
This commit is contained in:
@@ -331,7 +331,7 @@ export const checkFirstLaunch = ({ onSuccess, onFailure, onComplete }) => {
|
||||
method: "find",
|
||||
parameters: {
|
||||
query: {
|
||||
from: `${appinfo.id}:1`,
|
||||
from: `${appinfo.id}:20`,
|
||||
where: [{ prop: "type", op: "=", val: "app_init" }],
|
||||
},
|
||||
},
|
||||
@@ -354,7 +354,7 @@ export const saveFirstLaunchInfo = ({ onSuccess, onFailure, onComplete }) => {
|
||||
parameters: {
|
||||
object: [
|
||||
{
|
||||
_kind: `${appinfo.id}:1`,
|
||||
_kind: `${appinfo.id}:20`,
|
||||
type: "app_init",
|
||||
initialized: true,
|
||||
timestamp: new Date().toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user