Util Update Seed Data

Updates `database/seed.sql` based on what's in supabase Use when this capability is needed.

tomevault-io aa09efb 2 files · 1.3 KB Updated

File contents

Update the supabase seed data in database/seed.sql. Use supabase MCP and query the remote database for the latest data.

Here are the database tables that you should update:

  • drink_categories
  • drinks
  • option_categories
  • option_values
  • drink_options

Review the database schema before updating, see db_schema.md and schema.sql.


Source: raffertyuy/uy-kape — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/raffertyuy--uy-kape--utilupdate-seed-data commit aa09efbba5

Frequently asked questions

npx skillmds@latest add tomevault-io/util-update-seed-data