mirror of https://github.com/usememos/memos
chore: fix demo seed data
parent
feb700f325
commit
fc01a796f8
@ -1,4 +1,4 @@
|
||||
INSERT INTO
|
||||
system_setting (`name`, `value`)
|
||||
VALUES
|
||||
('instance_url', 'https://demo.usememos.com');
|
||||
('instance-url', 'https://demo.usememos.com');
|
||||
|
Loading…
Reference in New Issue