diff options
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/006_remove_resolved_bugs.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/006_remove_resolved_bugs.sql b/migrations/006_remove_resolved_bugs.sql index 666886b..344f4c3 100644 --- a/migrations/006_remove_resolved_bugs.sql +++ b/migrations/006_remove_resolved_bugs.sql @@ -1,2 +1,2 @@ -- Remove bugs that have been resolved -DELETE FROM bugs WHERE id IN (1, 2, 3, 4, 5, 6, 7, 9, 10, 14, 15, 16); +DELETE FROM bugs WHERE id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 15, 16); |
