LD5U5NHLCULPSPQYYMHGHY3HJ3H5PPLZU4O4UALILXPLNAFVBMMQC "version": "3.3.11","resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz","integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
"version": "5.1.5","resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz","integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
"node_modules/postcss/node_modules/nanoid": {"version": "3.3.11","resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz","integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==","funding": [{"type": "github","url": "https://github.com/sponsors/ai"}],"license": "MIT","bin": {"nanoid": "bin/nanoid.cjs"},"engines": {"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"}},
import { pgEnum, pgTable, varchar, boolean, timestamp, decimal, integer, json, primaryKey, index, unique, foreignKey, uniqueIndex, bigint } from "drizzle-orm/pg-core";
import { pgEnum, pgTable, varchar, boolean, timestamp, date, decimal, integer, json, primaryKey, index, unique, foreignKey, uniqueIndex, bigint } from "drizzle-orm/pg-core";
-- Fix species_dataset.species_id column length from VARCHAR(21) to VARCHAR(12)-- Current data is already 12 characters, so this is safeBEGIN;ALTER TABLE species_dataset ALTER COLUMN species_id TYPE VARCHAR(12);COMMIT;SELECT NOW();-- 2025-05-24 23:32:06.049277+00