Skip to content

Commit

Permalink
fix: revert tag name & add closing
Browse files Browse the repository at this point in the history
  • Loading branch information
ewann committed Apr 14, 2024
1 parent 1f30f4c commit 4fa541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ is responsible for telling drift how to open the database. The `schemaVersion` g
for migrations after changing the database, we can leave it at `1` for now. Update `database.dart`
so it now looks like this:

<a name="after_generation">
<a name="open"></a>
{% include "blocks/snippet" snippets = snippets name = 'after_generation' %}

The Android-specific workarounds are necessary because sqlite3 attempts to use `/tmp` to store
Expand Down

0 comments on commit 4fa541b

Please sign in to comment.