db8 table change

This commit is contained in:
hyunwoo93.cha
2025-01-16 11:16:11 +09:00
parent eebb7a13ce
commit 0941b3bbe8

View File

@@ -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(),