Skip to content

Commit 4d4c3df

Browse files
habdelralukemelia
andauthored
Update README.md
Co-authored-by: Luke Melia <luke@lukemelia.com>
1 parent c24babd commit 4d4c3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To revert the migration, execute:
141141
pnpm migrate down
142142
```
143143

144-
The boxel system also uses SQLite in order to run the DB in the browser as part of running browser tests (and eventually we may run the realm server in the browser to provide a local index). After you have completed your migration you then need to generate a new schema SQL file for SQLite. To generate a new SQLite schema, from `packages/realm-server`, execute:
144+
Boxel also uses SQLite in order to run the DB in the browser as part of running browser tests (and eventually we may run the realm server in the browser to provide a local index). We treat the Postgres database schema as the source of truth and derive the SQLite schema from it. Therefore, once you author and apply a migration, you should generate a new schema SQL file for SQLite. To generate a new SQLite schema, from `packages/realm-server`, execute:
145145
```
146146
pnpm make-schema
147147
```

0 commit comments

Comments
 (0)