mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-14 19:43:44 +00:00
chore(*): Clean up migration artifacts and optimize data repository queries
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
-- Auto-generated migration: Full Pokemon data from TSV
|
||||
-- This replaces the MongoDB seeding and tsv-parser project
|
||||
|
||||
-- Clear existing data (for development)
|
||||
DELETE FROM catch_records;
|
||||
DELETE FROM pokedex_entries;
|
||||
|
||||
-- Insert full Pokemon dataset
|
||||
INSERT INTO pokedex_entries (
|
||||
"pokedexNumber",
|
||||
|
||||
Reference in New Issue
Block a user