File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
22
23
23
### Helper Scripts
24
24
25
- | Script | Purpose |
26
- | --------| ---------|
27
- | ` ./coderd/database/migrations/create_migration.sh "migration name" ` | Creates new migration files |
28
- | ` ./coderd/database/migrations/fix_migration_numbers.sh ` | Renumbers migrations to avoid conflicts |
29
- | ` ./coderd/database/migrations/create_fixture.sh "fixture name" ` | Creates test fixtures for migrations |
25
+ | Script | Purpose |
26
+ | --------------------------------------------------------------------- | -------------------------------- ---------|
27
+ | ` ./coderd/database/migrations/create_migration.sh "migration name" ` | Creates new migration files |
28
+ | ` ./coderd/database/migrations/fix_migration_numbers.sh ` | Renumbers migrations to avoid conflicts |
29
+ | ` ./coderd/database/migrations/create_fixture.sh "fixture name" ` | Creates test fixtures for migrations |
30
30
31
31
### Database Query Organization
32
32
@@ -214,6 +214,5 @@ make lint
214
214
- [ ] Migration files exist (both up and down)
215
215
- [ ] ` make gen ` run after query changes
216
216
- [ ] Audit table updated for new fields
217
- - [ ] In-memory database implementations updated
218
217
- [ ] Nullable fields use ` sql.Null* ` types
219
218
- [ ] Authorization context appropriate for endpoint type
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ Before completing OAuth2 or authentication feature work:
151
151
- [ ] Update RBAC permissions for new resources
152
152
- [ ] Add audit logging support if applicable
153
153
- [ ] Create database migrations with proper defaults
154
- - [ ] Update in-memory database implementations
155
154
- [ ] Add comprehensive test coverage including edge cases
156
155
- [ ] Verify linting compliance
157
156
- [ ] Test both positive and negative scenarios
You can’t perform that action at this time.
0 commit comments