chore(): Accept an extra agument 'all-or-nothing' on the migrate command (#14262)
* chore(): Accept an extra agument 'all-or-nothing' on the migrate command * Create rich-camels-brush.md * chore(): Accept an extra agument 'all-or-nothing' on the migrate command * chore(): Accept an extra agument 'all-or-nothing' on the migrate command * chore(): Accept an extra agument 'all-or-nothing' on the migrate command * chore(): fix broken down migrations * chore(): update changeset
This commit is contained in:
committed by
GitHub
parent
9bcfb990bf
commit
356283c359
@@ -28,9 +28,6 @@ export class Migration20250910154539 extends Migration {
|
||||
this.addSql(`drop index if exists "IDX_product_image_url";`)
|
||||
this.addSql(`drop index if exists "IDX_product_image_rank";`)
|
||||
this.addSql(`drop index if exists "IDX_product_image_url_rank_product_id";`)
|
||||
this.addSql(
|
||||
`alter table if exists "image" drop constraint if exists "image_pkey";`
|
||||
)
|
||||
this.addSql(`drop index if exists "IDX_product_image_rank_product_id";`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user