fix(medusa): Rename location migration (#2987)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { MigrationInterface, QueryRunner } from "typeorm"
|
import { MigrationInterface, QueryRunner } from "typeorm"
|
||||||
|
|
||||||
export class multiLocation1671711415179 implements MigrationInterface {
|
export class multiLocation1671711415179 implements MigrationInterface {
|
||||||
name = "multiLocation1666251508718"
|
name = "multiLocation1671711415179"
|
||||||
|
|
||||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||||
await queryRunner.query(
|
await queryRunner.query(
|
||||||
|
|||||||
Reference in New Issue
Block a user