Skip to content

Commit cc15a70

Browse files
committed
migration
Signed-off-by: Hubert Zub <hubert.zub@databricks.com>
1 parent 154664e commit cc15a70

File tree

1 file changed

+1
-0
lines changed
  • integrations/appkit-agent/playground/default-ui/server

1 file changed

+1
-0
lines changed

integrations/appkit-agent/playground/default-ui/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ await createApp({
1313
backend: "agent",
1414
// Uncomment this to use a local PostgreSQL database for persistence
1515
// pool: new pg.Pool({ connectionString: "postgres://user@localhost:5432/database" }),
16+
// autoMigrate: true
1617
}),
1718
],
1819
});

0 commit comments

Comments
 (0)