Skip to content

Commit f98da5e

Browse files
authored
Bump Org.reach/types migration versions to execute them (#3523)
1 parent da34504 commit f98da5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/organization/migrations/add-reach.migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseMigration, Migration } from '~/core/database';
22
import { Organization } from '../dto';
33

4-
@Migration('2023-08-04T00:00:00')
4+
@Migration('2025-07-02T18:11:16')
55
export class AddOrganizationReachMigration extends BaseMigration {
66
async up() {
77
await this.addProperty(Organization, 'reach', []);

src/components/organization/migrations/add-type.migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseMigration, Migration } from '~/core/database';
22
import { Organization } from '../dto';
33

4-
@Migration('2023-08-04T00:00:00')
4+
@Migration('2025-07-02T18:11:16')
55
export class AddOrganizationTypeMigration extends BaseMigration {
66
async up() {
77
await this.addProperty(Organization, 'types', []);

0 commit comments

Comments
 (0)