Skip to content

Commit

Permalink
Merge pull request #33 from prtcl/chore/migration-cleanup
Browse files Browse the repository at this point in the history
chore/migration cleanup
  • Loading branch information
prtcl authored Nov 12, 2024
2 parents effed1d + d978841 commit 37a666e
Show file tree
Hide file tree
Showing 10 changed files with 437 additions and 385 deletions.
2 changes: 0 additions & 2 deletions convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import type {
FunctionReference,
} from "convex/server";
import type * as features from "../features.js";
import type * as imageMigration from "../imageMigration.js";
import type * as internal_ from "../internal.js";
import type * as migrations from "../migrations.js";
import type * as projects from "../projects.js";
Expand All @@ -29,7 +28,6 @@ import type * as projects from "../projects.js";
*/
declare const fullApi: ApiFromModules<{
features: typeof features;
imageMigration: typeof imageMigration;
internal: typeof internal_;
migrations: typeof migrations;
projects: typeof projects;
Expand Down
119 changes: 0 additions & 119 deletions convex/imageMigration.ts

This file was deleted.

Loading

0 comments on commit 37a666e

Please sign in to comment.