Skip to content

Commit db1da1d

Browse files
committed
Rename module to better semantics
1 parent 318a9a9 commit db1da1d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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)