mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak workspace setting seeds
This commit is contained in:
@ -1,4 +0,0 @@
|
|||||||
INSERT INTO
|
|
||||||
system_setting (`name`, `value`)
|
|
||||||
VALUES
|
|
||||||
('instance-url', 'https://demo.usememos.com');
|
|
4
store/db/sqlite/seed/10005__workspace_setting.sql
Normal file
4
store/db/sqlite/seed/10005__workspace_setting.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO
|
||||||
|
system_setting (`name`, `value`)
|
||||||
|
VALUES
|
||||||
|
('WORKSPACE_SETTING_GENERAL', '{"instanceUrl":"https://demo.usememos.com"}');
|
Reference in New Issue
Block a user