mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 07:16:40 +00:00
Add ensureActions
This commit is contained in:
@@ -131,7 +131,7 @@ export const passwordResetTokens = sqliteTable("passwordResetTokens", {
|
||||
|
||||
export const actions = sqliteTable("actions", {
|
||||
actionId: text("actionId").primaryKey(),
|
||||
name: text("name").notNull(),
|
||||
name: text("name"),
|
||||
description: text("description"),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user