strudel/tools/dbpatch
2025-11-26 19:48:48 +01:00
..
dbpatch.mjs make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00
package.json fix(tool/dbpatch): add missing package name 2025-11-26 19:48:48 +01:00
README.md make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00

dbpatch

this is a little script to update all patterns in the db. Go to supabase and export as csv as code_rows.csv to this folder. Then run

node dbpatch.mjs > code_rows_patched.csv

It will output a csv file with the changes implemented in dbpatch.mjs