2ff587d63969b2c9d82770f1271392588be6c6f4
- Created a new enum type "estado_asignatura" with values 'borrador', 'revisada', 'aprobada', and 'generando'. - Added a new column "estado" to the "asignaturas" table, defaulting to 'generando'. - Implemented a trigger function to log changes in the "planes_estudio" table, capturing inserts, updates, and deletes. - Updated the logging mechanism to track changes in various fields, including JSONB data. - Removed the "asignaturas" table from the supabase_realtime publication. - Added a script for generating TypeScript types from the local Supabase database.
genesis-2
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.0. Bun is a fast all-in-one JavaScript runtime.
Description
Languages
Jupyter Notebook
50.5%
TypeScript
38.4%
PLpgSQL
11.1%