mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
feat(onboarding): add settings.onboarding column + markOnboardingDoneAction
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
eade74be6e
commit
9183d6dfcb
@@ -20,6 +20,7 @@ export const setting = pgTable("settings", {
|
||||
defaultStorageChannelId: uuid('default_storage_channel_id')
|
||||
.references(() => storageChannel.id, {onDelete: "set null"}),
|
||||
encryption: boolean("encryption").default(false),
|
||||
onboarding: boolean("onboarding").default(false).notNull(),
|
||||
...timestamps
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user