This commit is contained in:
parent
4647b5f64b
commit
94d3185fde
|
@ -47,6 +47,9 @@ export default function killTheNewsletter(
|
||||||
"content" TEXT NOT NULL
|
"content" TEXT NOT NULL
|
||||||
);
|
);
|
||||||
`,
|
`,
|
||||||
|
sql`
|
||||||
|
CREATE INDEX "entriesFeed" ON "entries" ("feed");
|
||||||
|
`,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
webApplication.use(express.static(path.join(__dirname, "../public")));
|
webApplication.use(express.static(path.join(__dirname, "../public")));
|
||||||
|
|
Loading…
Reference in New Issue