fp/services/migrations-schema/migrations/00110_unseed-vtubers.sql

5 lines
261 B
MySQL
Raw Normal View History

2024-12-16 20:39:23 +00:00
-- we are removing vtuber rows because vtubers are data.
-- data is not supposed to be part of schema migrations
-- @see https://github.com/zakpatterson/postgres-schema-migrations?tab=readme-ov-file#schema-migrations-vs-data-migrations
DELETE FROM api.vtubers;