stacker.news/prisma/migrations/20230619193610_daily_squatter/migration.sql

2 lines
110 B
MySQL
Raw Normal View History

2023-06-19 19:40:24 +00:00
UPDATE users SET name = 'daily_squatter' WHERE name = 'daily';
INSERT INTO "users" ("name") VALUES ('daily');