feat: dashboard interface
This commit is contained in:
@@ -5,4 +5,5 @@ export const links = sqliteTable("links", {
|
||||
name: text("name").notNull().unique(),
|
||||
path: text("path").notNull().unique(),
|
||||
url: text("url").notNull().unique(),
|
||||
disabled: integer("disabled", { mode: "boolean" }).notNull().default(false),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user