diff --git a/dbal/development/package.json b/dbal/development/package.json index 133d1d1ec..e5ac5ccf0 100644 --- a/dbal/development/package.json +++ b/dbal/development/package.json @@ -20,8 +20,7 @@ "db:generate": "prisma generate --schema=../shared/prisma/schema.prisma", "db:push": "prisma db push --schema=../shared/prisma/schema.prisma", "db:migrate": "prisma migrate deploy --schema=../shared/prisma/schema.prisma", - "db:studio": "prisma studio --schema=../shared/prisma/schema.prisma", - "db:seed": "tsx ../shared/seeds/load-and-apply.ts" + "db:studio": "prisma studio --schema=../shared/prisma/schema.prisma" }, "keywords": [ "database", diff --git a/dbal/shared/seeds/load-and-apply.ts b/dbal/shared/seeds/load-and-apply.ts deleted file mode 100644 index ed83a430b..000000000 --- a/dbal/shared/seeds/load-and-apply.ts +++ /dev/null @@ -1,27 +0,0 @@ -/** - * @file seeds/load-and-apply.ts - * @description Seed script entry point - * - * Loads and applies seed data from /dbal/shared/seeds/ folder. - * Run via: npm --prefix dbal/development run db:seed - */ - -// Load environment variables first -import 'dotenv/config' - -import { getDBALClient, seedDatabase } from '../../../dbal/development/dist/index.js' - -async function main() { - try { - console.log('📦 Loading seed data...') - const client = getDBALClient() - await seedDatabase(client) - console.log('✅ Database seeded successfully') - process.exit(0) - } catch (error) { - console.error('❌ Seed failed:', error instanceof Error ? error.message : error) - process.exit(1) - } -} - -main() diff --git a/docs/ASSETS_SCHEMA_SUMMARY.md b/docs/archive/ASSETS_SCHEMA_SUMMARY.md similarity index 100% rename from docs/ASSETS_SCHEMA_SUMMARY.md rename to docs/archive/ASSETS_SCHEMA_SUMMARY.md diff --git a/docs/CODEBASE_RECOVERY_PLAN.md b/docs/archive/CODEBASE_RECOVERY_PLAN.md similarity index 100% rename from docs/CODEBASE_RECOVERY_PLAN.md rename to docs/archive/CODEBASE_RECOVERY_PLAN.md diff --git a/docs/CONTAINER_IMAGES.md b/docs/archive/CONTAINER_IMAGES.md similarity index 100% rename from docs/CONTAINER_IMAGES.md rename to docs/archive/CONTAINER_IMAGES.md diff --git a/docs/DBAL_BUILD_ISSUES.md b/docs/archive/DBAL_BUILD_ISSUES.md similarity index 100% rename from docs/DBAL_BUILD_ISSUES.md rename to docs/archive/DBAL_BUILD_ISSUES.md diff --git a/docs/FIXES_SUMMARY.md b/docs/archive/FIXES_SUMMARY.md similarity index 100% rename from docs/FIXES_SUMMARY.md rename to docs/archive/FIXES_SUMMARY.md diff --git a/docs/JSON_ONLY.md b/docs/archive/JSON_ONLY.md similarity index 100% rename from docs/JSON_ONLY.md rename to docs/archive/JSON_ONLY.md diff --git a/docs/JSON_PACKAGES.md b/docs/archive/JSON_PACKAGES.md similarity index 100% rename from docs/JSON_PACKAGES.md rename to docs/archive/JSON_PACKAGES.md diff --git a/docs/LUA_REMOVAL_SUMMARY.md b/docs/archive/LUA_REMOVAL_SUMMARY.md similarity index 100% rename from docs/LUA_REMOVAL_SUMMARY.md rename to docs/archive/LUA_REMOVAL_SUMMARY.md diff --git a/docs/MVP_IMPLEMENTATION_SUMMARY.md b/docs/archive/MVP_IMPLEMENTATION_SUMMARY.md similarity index 100% rename from docs/MVP_IMPLEMENTATION_SUMMARY.md rename to docs/archive/MVP_IMPLEMENTATION_SUMMARY.md diff --git a/docs/PIPELINE_CONSOLIDATION.md b/docs/archive/PIPELINE_CONSOLIDATION.md similarity index 100% rename from docs/PIPELINE_CONSOLIDATION.md rename to docs/archive/PIPELINE_CONSOLIDATION.md diff --git a/docs/REFACTORING_SUMMARY.md b/docs/archive/REFACTORING_SUMMARY.md similarity index 100% rename from docs/REFACTORING_SUMMARY.md rename to docs/archive/REFACTORING_SUMMARY.md diff --git a/docs/REVIEW_SUMMARY.md b/docs/archive/REVIEW_SUMMARY.md similarity index 100% rename from docs/REVIEW_SUMMARY.md rename to docs/archive/REVIEW_SUMMARY.md diff --git a/docs/SEED_SYSTEM_OVERHAUL.md b/docs/archive/SEED_SYSTEM_OVERHAUL.md similarity index 100% rename from docs/SEED_SYSTEM_OVERHAUL.md rename to docs/archive/SEED_SYSTEM_OVERHAUL.md diff --git a/docs/STYLES_INTEGRATION.md b/docs/archive/STYLES_INTEGRATION.md similarity index 100% rename from docs/STYLES_INTEGRATION.md rename to docs/archive/STYLES_INTEGRATION.md diff --git a/docs/TD_1_BLOCKER.md b/docs/archive/TD_1_BLOCKER.md similarity index 100% rename from docs/TD_1_BLOCKER.md rename to docs/archive/TD_1_BLOCKER.md diff --git a/docs/TD_1_REFACTORING_GUIDE.md b/docs/archive/TD_1_REFACTORING_GUIDE.md similarity index 100% rename from docs/TD_1_REFACTORING_GUIDE.md rename to docs/archive/TD_1_REFACTORING_GUIDE.md diff --git a/docs/TESTING_GUIDE.md b/docs/archive/TESTING_GUIDE.md similarity index 100% rename from docs/TESTING_GUIDE.md rename to docs/archive/TESTING_GUIDE.md diff --git a/docs/TODO_MVP_IMPLEMENTATION.md b/docs/archive/TODO_MVP_IMPLEMENTATION.md similarity index 100% rename from docs/TODO_MVP_IMPLEMENTATION.md rename to docs/archive/TODO_MVP_IMPLEMENTATION.md diff --git a/docs/VERSIONING.md b/docs/archive/VERSIONING.md similarity index 100% rename from docs/VERSIONING.md rename to docs/archive/VERSIONING.md diff --git a/docs/playwright-tests-investigation.md b/docs/archive/playwright-tests-investigation.md similarity index 100% rename from docs/playwright-tests-investigation.md rename to docs/archive/playwright-tests-investigation.md