From 317cf065794df117998568f9536878c9b8751200 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 14 Oct 2024 23:35:19 +0800 Subject: [PATCH] chore: tweak demo data --- store/seed/sqlite/01__dump.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/seed/sqlite/01__dump.sql b/store/seed/sqlite/01__dump.sql index 1420ba358..a15022c3b 100644 --- a/store/seed/sqlite/01__dump.sql +++ b/store/seed/sqlite/01__dump.sql @@ -10,4 +10,4 @@ INSERT INTO resource VALUES(1,'oQ9JTLpGKisxDwnAosJcaA',1,1722096752,1722096788,' INSERT INTO reaction VALUES(1,1722097094,1,'memos/4','👍'); INSERT INTO reaction VALUES(2,1722097100,1,'memos/4','🔥'); INSERT INTO reaction VALUES(3,1722097101,1,'memos/4','+1'); -INSERT INTO system_setting VALUES ('MEMO_RELATED', '{"contentLengthLimit":8192,"enableAutoCompact":true,"enableComment":true,"enableLocation":true,"reactions":["👍","💛","🔥","👏","😂","👌","🚀","👀","🤔","🤡","❓","+1"]}', ''); +INSERT INTO system_setting VALUES ('MEMO_RELATED', '{"contentLengthLimit":8192,"enableAutoCompact":true,"enableComment":true,"enableLocation":true,"defaultVisibility":"PUBLIC","reactions":["👍","💛","🔥","👏","😂","👌","🚀","👀","🤔","🤡","❓","+1"]}', '');