Skip to content

Commit

Permalink
feat(db): remove auto-migrate from server startup (#52)
Browse files Browse the repository at this point in the history
Self-approving this change
  • Loading branch information
argl authored Jul 26, 2024
1 parent ee1942e commit d43d626
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { migrateDatabase } from "../database/migrate.js";
import { createServer } from "./server.js";

async function main() {
await migrateDatabase("max");

const server = await createServer();
try {
await server.listen({
Expand Down

0 comments on commit d43d626

Please sign in to comment.