mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
♻️ make source not null
This commit is contained in:
@@ -675,7 +675,7 @@ export const setupTokens = pgTable("setupTokens", {
|
||||
export const blueprints = pgTable("blueprints", {
|
||||
blueprintId: serial("blueprintId").primaryKey(),
|
||||
name: varchar("name").notNull(),
|
||||
source: varchar("source"),
|
||||
source: varchar("source").notNull(),
|
||||
createdAt: integer("createdAt").notNull(),
|
||||
succeeded: boolean("succeeded").notNull(),
|
||||
contents: text("contents").notNull(),
|
||||
|
||||
Reference in New Issue
Block a user