mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
Add ensureActions
This commit is contained in:
parent
8213036729
commit
98ba10cb50
3 changed files with 42 additions and 1 deletions
|
@ -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"),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue