Skip to content

Commit 67ac8c8

Browse files
committed
README.md
1 parent 9ba8aaa commit 67ac8c8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -347,22 +347,9 @@ and OSS models to generate the TypeScript Data Models required to implement this
347347
You'll be able to browse and choose which of the AI Models you prefer which you can accept by pressing `a`
348348
to `(a) accept`. These are the data models [Claude Sonnet 4.5 generated](https://servicestack.net/text-to-blazor?id=1764337230546) generated for this prompt.
349349

350-
If your happy to use the data-models as-is you can run the DB Migrations to create these RDBMS tables:
351-
352-
```bash
353-
npm run migrate
354-
```
355-
356-
Otherwise you can make whatever customizations you want to the `Table.d.ts` data models then re-run the `okai` tool to re-generate the AutoQuery APIs and DB Migrations before running the migration.
357-
358-
```bash
359-
npx okai Table.d.ts
360-
npm run migrate
361-
```
362-
363350
#### Regenerate AutoQuery APIs and DB Migrations
364351

365-
After modifying the TypeScript Data Model to include the desired fields, re-run the `okai` tool to re-generate the AutoQuery APIs and DB Migrations:
352+
After modifying the `Table.d.ts` TypeScript Data Model to include the desired fields, re-run the `okai` tool to re-generate the AutoQuery APIs and DB Migrations:
366353

367354
```bash
368355
npx okai Table.d.ts

0 commit comments

Comments
 (0)