From cd081e46fb5d525f6a04cc8b8310ab58db29ef49 Mon Sep 17 00:00:00 2001 From: Matt Hanley Date: Fri, 4 Mar 2022 11:27:04 +0000 Subject: [PATCH] Removed migration requirement for sqlite --- .github/workflows/migration-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/migration-review.yml b/.github/workflows/migration-review.yml index f7e79cf92a..78a3e9ee34 100644 --- a/.github/workflows/migration-review.yml +++ b/.github/workflows/migration-review.yml @@ -31,7 +31,6 @@ jobs: ### Schema changes - [ ] Both schema change and related migration have been implemented - - [ ] For column changes: indexes have been recreated for sqlite - [ ] For index changes: has been performance tested for large tables - [ ] For new tables/columns: fields use the appropriate predefined field lengths - [ ] For new tables/columns: field names follow the appropriate conventions