You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Full database dumps [`migrations/testdata/full_dumps`](../coderd/database/migrations/testdata/full_dumps)
102
102
103
103
Both types behave like database migrations (they also [`migrate`](https://github.com/golang-migrate/migrate)). Their behavior mirrors Coder migrations such that when migration
104
104
number `000022` is applied, fixture `000022` is applied afterwards.
@@ -119,7 +119,7 @@ $ ./coderd/database/migrations/create_fixture.sh my fixture
119
119
```
120
120
121
121
Then add some queries to insert data and commit the file to the repo. See
0 commit comments