stacker.news/prisma/migrations/20210819213954_user_withdraw/migration.sql

3 lines
120 B
MySQL
Raw Normal View History

2021-08-19 21:42:21 +00:00
-- withdraw users
INSERT INTO "users" ("name") VALUES ('withdraw');
INSERT INTO "users" ("name") VALUES ('withdraws');