Default data
This commit is contained in:
parent
8f3b7488eb
commit
68c85c3efe
@ -53,3 +53,8 @@ create table if not exists `metaprofile_brand_logo` (
|
||||
on delete cascade
|
||||
) engine=InnoDB default charset=utf8mb4;
|
||||
|
||||
-- Default Data
|
||||
|
||||
INSERT INTO metaprofile VALUES (1, 'img/favicon.png', 'Copyright (C) 2022 Dita Aji Pratama');
|
||||
INSERT INTO metaprofile_baseurl VALUES (1, 1, 'local', 'http://localhost:11000');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user