mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
Adjust migration
This commit is contained in:
@@ -51,8 +51,9 @@ export default async function migration() {
|
||||
);
|
||||
`).run();
|
||||
|
||||
db.prepare(`CREATE UNIQUE INDEX 'certificates_domain_unique' ON 'certificates' ('domain');`).run();
|
||||
|
||||
db.prepare(`
|
||||
CREATE UNIQUE INDEX 'certificates_domain_unique' ON 'certificates' ('domain');--> statement-breakpoint
|
||||
CREATE TABLE 'customers' (
|
||||
'customerId' text PRIMARY KEY NOT NULL,
|
||||
'orgId' text NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user