mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-25 14:48:46 +02:00
added advanced section to general page & custom host header field
This commit is contained in:
parent
64a2cc23c6
commit
25c125b96d
6 changed files with 199 additions and 38 deletions
|
@ -11,6 +11,9 @@ export default async function migration() {
|
|||
trx.run(
|
||||
sql`ALTER TABLE 'resources' ADD 'tlsServerName' text DEFAULT '' NOT NULL;`
|
||||
);
|
||||
trx.run(
|
||||
sql`ALTER TABLE 'resources' ADD 'setHostHeader' text DEFAULT '' NOT NULL;`
|
||||
);
|
||||
});
|
||||
|
||||
console.log(`Migrated database schema`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue