mirror of
https://github.com/usememos/memos.git
synced 2025-10-29 15:56:03 +08:00
chore: fix demo seed data
This commit is contained in:
parent
feb700f325
commit
fc01a796f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
INSERT INTO
|
||||
system_setting (`name`, `value`)
|
||||
VALUES
|
||||
('instance_url', 'https://demo.usememos.com');
|
||||
('instance-url', 'https://demo.usememos.com');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue