Skip to content

Commit

Permalink
Delete tenant migration (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoncool authored Nov 15, 2024
1 parent f2fc141 commit 236fe58
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 221 deletions.
10 changes: 0 additions & 10 deletions api/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export {
} from '../src/db/models/new/revision';

export {Tenant, TenantColumn} from '../src/db/models/new/tenant';
export {MigrationTenant, MigrationTenantColumn} from '../src/db/models/new/migration-tenant';

export {WorkbookModel, WorkbookModelColumn} from '../src/db/models/new/workbook';
export {CollectionModel, CollectionModelColumn} from '../src/db/models/new/collection';
Expand Down Expand Up @@ -55,15 +54,6 @@ export {
JoinedEntryRevisionFavorite,
JoinedEntryRevisionFavoriteColumns,
} from '../src/db/presentations/joined-entry-revision-favorite';
export {
JoinMigrationTenantArgs,
JoinedMigrationTenant,
JoinedMigrationTenantColumn,
joinMigrationTenant,
LeftJoinedMigrationTenantColumns,
SelectedTenantColumns,
} from '../src/db/presentations/joined-migration-tenant';
export {JoinedEntryMigrationTenant} from '../src/db/presentations/joined-entry-migration-tenant';
export {
JoinedEmbedEmbeddingSecret,
JoinedEmbedEmbeddingSecretColumns,
Expand Down
25 changes: 0 additions & 25 deletions src/db/models/new/migration-tenant/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/db/presentations/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export * from './joined-entry-revision';
export * from './joined-entry-revision-favorite';
export * from './joined-migration-tenant';
export * from './joined-entry-migration-tenant';
export * from './joined-embed-embedding-secret';
export * from './joined-entry-favorite';
40 changes: 0 additions & 40 deletions src/db/presentations/joined-entry-migration-tenant/index.ts

This file was deleted.

144 changes: 0 additions & 144 deletions src/db/presentations/joined-migration-tenant/index.ts

This file was deleted.

0 comments on commit 236fe58

Please sign in to comment.