mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-17 08:09:47 +02:00
Fix #3778
This commit is contained in:
@@ -16,13 +16,13 @@ export default async function migration() {
|
|||||||
db.transaction(() => {
|
db.transaction(() => {
|
||||||
db.prepare(
|
db.prepare(
|
||||||
`
|
`
|
||||||
ALTER TABLE 'newt' ADD COLUMN IF NOT EXISTS 'agent' text;
|
ALTER TABLE 'newt' ADD COLUMN 'agent' text;
|
||||||
`
|
`
|
||||||
).run();
|
).run();
|
||||||
|
|
||||||
db.prepare(
|
db.prepare(
|
||||||
`
|
`
|
||||||
ALTER TABLE 'newt' ADD COLUMN IF NOT EXISTS 'agentVersion' text;
|
ALTER TABLE 'newt' ADD COLUMN 'agentVersion' text;
|
||||||
`
|
`
|
||||||
).run();
|
).run();
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user