mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 06:24:54 +10:00
fix migration
This commit is contained in:
@@ -229,7 +229,7 @@ export const apikey = pg.pgTable(
|
||||
start: pg.text("start"),
|
||||
prefix: pg.text("prefix"),
|
||||
key: pg.text("key").notNull(),
|
||||
configId: pg.text("config_id").notNull(),
|
||||
configId: pg.text("config_id").notNull().default("default"),
|
||||
referenceId: pg
|
||||
.uuid("reference_id")
|
||||
.notNull()
|
||||
|
||||
Reference in New Issue
Block a user