Adjust migration

This commit is contained in:
Owen
2025-10-14 15:31:42 -07:00
parent 0f74107e86
commit ccd81f6fe2
3 changed files with 4 additions and 3 deletions

View File

@@ -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,