fix: error in schema
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 36s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 36s
This commit is contained in:
@ -27,7 +27,7 @@ export const nodeTable = pgTable("nodes", {
|
||||
nodeId: varchar().notNull(),
|
||||
content: bytea().notNull(),
|
||||
definition: json().notNull(),
|
||||
hash: varchar({ length: 8 }).notNull(),
|
||||
hash: varchar({ length: 8 }).notNull().unique(),
|
||||
previous: varchar({ length: 8 }),
|
||||
}, (table) => [
|
||||
foreignKey({
|
||||
|
Reference in New Issue
Block a user