We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04720b3 commit 26e0b7eCopy full SHA for 26e0b7e
src/scripts/db/seedDatabase.ts
@@ -6,7 +6,7 @@ import { DATABASE_URL, isDevEnv } from "lib/config/env.config";
6
import * as schema from "lib/drizzle/schema";
7
8
/**
9
- * Seed a database entity with sample data.
+ * Seed database with sample data.
10
*/
11
const seedDatabase = async () => {
12
// ! NB: only run this script in development
0 commit comments