Skip to content

Commit a581f2d

Browse files
authored
Rename module for better semantics (#1728)
Part of OPS-3009.
1 parent f1621e1 commit a581f2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/server/api/src/app/database/seeds/seed-template-tables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { logger } from '@openops/server-shared';
22
import { FlagEntity } from '../../flags/flag.entity';
3-
import { createBaseTemplateTables } from '../../openops-tables/template-tables/seed-tables-for-templates';
3+
import { createBaseTemplateTables } from '../../openops-tables/template-tables/create-base-template-tables';
44
import { databaseConnection } from '../database-connection';
55
import { getAdminTablesContext } from './get-admin-token-and-database';
66

packages/server/api/src/app/openops-tables/template-tables/seed-tables-for-templates.ts renamed to packages/server/api/src/app/openops-tables/template-tables/create-base-template-tables.ts

File renamed without changes.

0 commit comments

Comments
 (0)